jdg / MBProgressHUD

MBProgressHUD + Customizations
http://www.bukovinski.com/
MIT License
16.01k stars 3.56k forks source link

Add a method used to modify activityIndicator's color. #374

Closed bringbird closed 8 years ago

bringbird commented 8 years ago

Sometimes, I just want to change ActivityIndicatorView 's color, I have not found an easy way.So, I add this property.i have noticed that "Use UIAppearance to customize UIActivityIndicatorView." clew, I follow this noticed to change ActivityIndicatorView 's color still need to write a lot of code.

matej commented 8 years ago

You should be able to do that using UIAppearance.

bringbird commented 8 years ago

How to do? I don't know. Can u give me a simple demo

韦明杰

在 2016年5月6日,13:19,Matej Bukovinski notifications@github.com 写道:

You should be able to do that using UIAppearance.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub

matej commented 8 years ago

There was a slight bug here. Fixed in f663584.