Top "Uifont" questions

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

How to detect Dynamic Font size changes from iOS Settings?

Inside settings->general->text size, after changing the text size, I'd have to exit my own app to …

ios uifont
Letter spacing in iOS

I have the following code: [[cancelButton titleLabel] setFont:[UIFont fontWithName:@"ProximaNova-Regular" size:15]]; How would I set the letter-spacing as well?

ios objective-c uilabel uifont
UILabel font : bold and italic

Possible Duplicate: How do I set bold and italic on UILabel of iPhone/iPad? I am trying to make UILabel …

iphone objective-c ios uilabel uifont
iOS Foundation: system font size

I would like to know if systemFontSize in iOS app tableView is always the same for textLabel? This is are …

objective-c ios uifont
Set UILabel font size according to its frame size?

I have an application that allow user to use the pinch gesture for scaling the label How can I change …

ios uilabel uifont pinch
Setting the titleLabel.font property of a of a UIButton not working

In currently working with iOS 7 and I an attempting to increase the font size of the titleLabel of my UIButton. …

objective-c uibutton ios7 uifont
how to change the style of the font programmatically in objective-c

I would like to change the style of the font (like bold, regular, light, oblique) programmatically. I know I can …

ios objective-c uifont
NSAttributedString change style to bold without changing pointSize?

I am digging into NSAttributedStrings on iOS. I have a model that is returning a persons first and last name …

iphone ios ipad uifont nsattributedstring
Swift 3 error: [_SwiftValue pointSize] unrecognized selector sent to instance

I just migrated our project to swift 3 and see lots of crashes because of one issue: Terminating app due to …

ios swift string nsstring uifont
Swift How to calculate one line text height from its font

I ran into an issue where I needed to animate translating a label vertically the same distance of a textField's …

ios string swift height uifont