Top "Uifont" questions

The UIFont class provides the interface for getting and setting font information.

How to change an UILabel/UIFont's letter spacing?

I've searched loads already and couldn't find an answer. I have a normal UILabel, defined this way: UILabel *totalColors = [[[UILabel …

iphone xcode uilabel spacing uifont
How to set font name of UILabel as HelveticaNeue Thin in iOS?

I am creating UILabel, for the label i can set the font name as HelveticaNeue Regular, Light, UltraLight etc, But …

ios iphone objective-c uifont
How do you change the color of a UIFont?

I've searched the web and I can't get a good answer, although I'm sure this is very simple. Can someone …

iphone ios uifont
Custom Font in ios not working

I want to use HelveticaNeue-UltraLight in my ios application. I'm adding the font file as a resource to my project …

ios iphone cocoa-touch uifont custom-font
iOS: UIButton titleLabel -- does it do anything at all?

I want to make a UIButton with type UIButtonTypeCustom (for the shape). I want to assign the title using button.…

iphone ios uibutton uilabel uifont
How to get the font-size or a bold-version of UIFont instance

How to get the font-size of a UIFont instance? Or, if someone can implement this method for UIFont? - (UIFont *)…

iphone ios font-size uifont
Setting UILabel - Font through code - generates error - iPhone

See following code carefully. Because it works perfectly. Try to add in your application. it will work - (void)viewDidLoad { […

iphone uilabel uifont
Change the font size of UISearchBar

How can I change the font size of UISearchBar ?

ios objective-c uisearchbar uifont
Changing tab bar font in Swift

I have been trying to change the font for the tab bar items however I haven't been able to find …

swift uitabbar uifont
Change font of back navigation bar button

I want to be able to set the font of my apps navigation bar back button without doing anything too …

ios objective-c uinavigationbar uibarbuttonitem uifont