Top "Uifont" questions

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

How to force UILabel to draw a text with upper case chars?

How to force UILabel to draw a text with upper case chars?

ios uilabel uifont
Resize UILabel based on content

I have a UILabel, his text size has the property title.adjustsFontSizeToFitWidth = YES; that prevents me from using standard methods …

ios iphone uilabel uifont
What happened to "HelveticaNeue-Italic" on iOS 7.0.3

Just upgraded my iPod touch to iOS 7.0.3 and "HelveticaNeue-Italic" seems to have disappeared. When I query on the phone with: […

objective-c ios7 uifont
Custom installed font not displayed correctly in UILabel

I'm trying to use a Helvetica Neue Condensed font which I got from the Adobe Font Collection Pro Package. Unfortunately, …

ios ios4 fonts uilabel uifont
Is there a medium weight font between -systemFontOfSize: and -boldSystemFontOfSize:?

-systemFontOfSize is too thin, and boldSystemFontOfSize too thick. I need something inbetween. When I create a UIFont like this: [UIFont …

iphone ios ipad uifont
How to Change Font Style in Swift

I'm trying to figure out how to change the style of a font to "Thin". Does anyone know how to …

ios swift uifont
Changing Search Bar placeholder text font in Swift

I am trying to change the font of the placeholder text in the search bar within my Search Display Controller. …

ios xcode swift uisearchbar uifont
Add Custom Fonts In Xcode 4.1

i want to use custom fonts in y application. i have declared the "Fonts provided by the application" in the …

iphone objective-c xcode4 uilabel uifont
UIFont fontWithName returns nil

In my info.plist, I added a key "Fonts provided by application" and added EdwardianScriptITCStd.otf But, when I try …

objective-c ios cocoa-touch uifont
What exactly is UIFont's point size?

I am struggling to understand exactly what the point size in UIFont means. It's not pixels and it doesn't appear …

objective-c ios fonts uikit uifont