Top "Uiappearance" questions

iOS 5+ API for appearance customisation.

Create custom UITableView separator line

I would like to create a separator line like this one: Any idea about how to implement it? I tried …

ios uitableview uikit uiappearance
How do I apply UIAppearance Proxy properties to UILabel?

I have been getting unreliable results while trying to apply UIAppearance proxy styles to the UILabel class proxy. For example, …

ios uilabel uiappearance
UIAppearance Swift 4

After updating to Swift 4, I am getting a compiler error: Static member 'appearance' cannot be used on protocol metatype 'UIAppearance.…

ios swift uiappearance xcode9-beta swift4
UILabel appearance font and attributed string font

In my app I have a global custom font applied to all labels like so: UIFont *font = [UIFont fontWithName:kMyFontName …

ios objective-c uilabel nsattributedstring uiappearance
iOS 7 UINavigationBar appearance not working first time…

I am trying to change the look of the UINavigationBar in my iOS7 app. I am doing the following: - (…

ios objective-c uinavigationbar uiappearance
Change navigation button color in MFMailComposerViewController on iOS 7

I'm trying to change the text color for navigation buttons in a MFMailComposerViewController but it doesn't work like on iOS 6. …

ios7 mfmailcomposeviewcontroller uiappearance
Override UIAppearance property for MFMailComposeViewController

I am using the UIAppearance protocol to set the background image of UINavigationBar objects throughout my app. [[UINavigationBar appearance] setBackgroundImage:[…

ios objective-c cocoa-touch ios6 uiappearance
Custom Container Controller: transitionFromViewController: View not properly layed-out before animation

This is both a question and a partial solution. *Sample project here: https://github.com/JosephLin/TransitionTest Problem 1: When using …

ios xcode uiviewcontroller uiappearance
How to set UITabBarItem's unselected tint, ***including system items*** (iOS7)

(NOTE: I see there are several similar questions on SO, but none of them seem to get at my specific …

ios ios7 uitabbaritem uiappearance
Customizing UIBarButtonItem "Done" style and "Plain" style separately using UIAppearance

I know how to customize UIBarButtonItem using -setBackgroundImage: forState: barMetrics:, but I would like to use different images for UIBarButtonItemStyleDone …

iphone ios customization uibarbuttonitem uiappearance