I found some solutions to change the color of the spinner on iOS:
How to show custom Splash Screen Spinner (i.e spinner with white color) in iOS phonegap app?
Save in drawable folder.
Then add this in your java code
progressBar.setIndeterminateDrawable(R.drawable.customspinner); or progressBar.setBackground(R.drawable.customspinner);