escoz / QuickDialog

QuickDialog - Quick and easy dialog screens for iOS
http://escoz.com/open-source/quickdialog
Other
3.07k stars 637 forks source link

Accessory view segmented control color #660

Closed StDogbert closed 10 years ago

StDogbert commented 10 years ago

Starting from iOS 7.1 SUDDENLY even if u set UIToolBar appearance tint color newly created tool bar tint color will be default and not the one u set using [UIToolbar appearance].tintColor.

Not sure when is actually applied and are other elements affected, but to apply to prev next segmented control application color theme _prevNext.tintColor should be set from [UIToolbar appearance].tintColor instead of UIToolbar actionBar object tintColor property as it is not set at that moment

escoz commented 10 years ago

I would rather not pull this. Changing the gobal tintcolor for the UIToolbar is not something I want to do inside the library. Thanks though!