jdg / MBProgressHUD

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

UI_APPEARANCE_SELECTOR does not support BOOL prior to iOS 8 #449

Closed PhilCai1993 closed 6 years ago

PhilCai1993 commented 7 years ago

UI_APPEARANCE_SELECTOR does not support BOOL prior to iOS 8, using NSInteger instead. It works fine on iOS 7 in this way. This may be a bug by apple.

matej commented 6 years ago

We're now dropping support for iOS 7, so this should be fine as is. But thanks for bringing it up.