Top "Uiappearance" questions

iOS 5+ API for appearance customisation.

How to set font & color of the title in UINavigationBar using iOS5 appearance API?

I have a multiple View Controllers and I want to set the font color of all to red. [[UINavigationBar appearance] …

ios5 uinavigationbar uiappearance
titleTextAttributes UIAppearance font in iOS 7

I am using UIAppearance to apply fonts to UINavigationBar and UIBarButtonItem and I am having problems. I ran this code: [[…

ios uikit uibarbuttonitem ios7 uiappearance
How to change color of UISegmentedControl border in iOS7?

How do I change the border color of the segmented controller in iOS7 without changing the text color? It would …

ios cocoa-touch ios7 uisegmentedcontrol uiappearance
appearanceWhenContainedIn in Swift

I'm trying to convert my app to the Swift language. I have this line of code: [[UIBarButtonItem appearanceWhenContainedIn:[UINavigationBar class], …

ios swift uiappearance
Custom iOS UIDatepicker using UIAppearance

UNIQLO's new alarm app has a custom UIDatePicker: And I want to create my own custom UIDatePicker. I tried to …

iphone ios ios5 uidatepicker uiappearance
How to default UILabel Font and Size using Swift

I find UISegmentedControl change font and size like this : UISegmentedControl.appearance().setTitleTextAttributes(myFontAttribute as [NSObject : AnyObject] , forState: .Normal) but UILabel …

ios swift uilabel uiappearance
Customizing Left & Right UISegmentedControl Buttons

I'm trying to customize the following segmented control, using a left image for the first button and a right image …

iphone ios ios5 uisegmentedcontrol uiappearance
Customize text color of UIDatePicker for iOS7 (just like Mailbox does)

I'm having the most frustrating dilemma. I've researched up and down and can clearly see that Apple does not want …

ios uikit uipickerview uidatepicker uiappearance
Setting navigation bar back button image

I want to set the back button in my UINavigationBar to this image: I don't want the image to be …

ios uibarbuttonitem uinavigationitem uiappearance
UIImage resizableImageWithCapInsets: not working as expected

I'm writing my first iOS app targeting the iOS 5.0+ platform. I'm using the UIAppearance protocol to customize the applications UI. …

objective-c xcode cocoa-touch ios5 uiappearance