-
I'm having the same issues with WYPopoverController in iOS7
where it becomes slower and slower described here:
http://stackoverflow.com/questions/19144139/cache-eraseimp-nolock-taking-very-long-in-…
-
`VTAcknowledgementsViewController` should have the following UIAppearance-proxied properties to make it fit to the theme of any app using it to display the used third-party-libraries:
- titleColor
…
-
Possibly for caption view, overlay view, and even background color on the view controllers.
-
I use the code : [[JCPadButton appearance] setBorderColor:[UIColor blueColor]]; to change the button appearance, but nothing happens!
-
Note: This is a C/P from my StackOverflow answer, so if you need additional info, just ask, thanks.
* https://stackoverflow.com/questions/48262588/xamarin-ios-uiapperance-setdefaulttextattributes
…
-
I just want to express my opinion that by deprecating this property and forcing user to customize UIActivityIndicator color through UIAppearance, you are taking away flexibility from the user.
Settin…
-
The problem is that you are touching "appearance()" of entire UI of the app. This causes a lot of issue, some labels become invisible, navigation bar in dark mode becomes white and many other issue.
…
-
### Description
When setting the NavBar translucent, and setting the UIAppearance to make it clear, the bar used to be completely transparent. Now it isn't.
The bar was transparent in 4.3, but i…
-
The revised Guidance Card styling API needs documenting. It now uses UIAppearance proxies to support custom styling.
See changes in https://github.com/mapbox/mapbox-navigation-ios/pull/2401 and rel…
avi-c updated
2 years ago
-
When using 3rd party components that supports UIAppearance (e.g. SIAlertView), it would be nice to do something like
`[NUISettings setGlobalExclusions:@[@"SIAlertView"]];`
then
`[[SIAlertView appea…