mrackwitz / MRProgress

Collection of iOS drop-in components to visualize progress
MIT License
2.55k stars 306 forks source link

activityindicator ios6 capability? #5

Closed ghost closed 10 years ago

ghost commented 10 years ago

Since you're using tintcolor for the activityindicatorview im guessing its not compatible for iOS6?

mrackwitz commented 10 years ago

Yes. But if you want to use only the MRActivityIndicatorView, you could solve that specific problem.

@property (strong, nonatomic) UIColor *tintColor;
@synthesize tintColor = _tintColor;

But be warned: This would break the compatibility with iOS7. See #4 for further discussion about iOS6 compatiblity.