soberman / ARSLineProgress

iOS progress bar, replacement for the default activity indicator.
MIT License
493 stars 66 forks source link

Question: Background color #12

Closed timbroder closed 8 years ago

timbroder commented 8 years ago

What is the best way to change the background color of the spinner?

Thanks!

soberman commented 8 years ago

Hey!

I use UIVisualEffectView so there you can basically change it from dark to light one. But in case you need custom one - feel free to for the project and suit it to your needs.

soberman commented 8 years ago

Actually there is open PR that should bring this functionality, so stay tuned.

timbroder commented 8 years ago

@soberman thanks!