Top "Uilabel" questions

The UILabel class implements a read-only text view in iOS.

NSTextAlignment.Justified for UILabel does not work

I am trying to justify my UILabel text but it does not work. Declaration of my UIView: descriptionUIView = UIView(frame: …

swift uilabel text-alignment justify
How to support dynamic type in labels in iOS 7?

How do I support Dynamic Type in UILabel and UITextView in iOS 7? I'm adapting one of our projects for iOS 7 …

dynamic types uilabel uitextview ios7
How to automatic call function every x time

Possible Duplicate: How to call function in every “X” minute? How to periodically call a certain function? - (void)viewDidLoad { […

ios xcode uilabel nsdata
Autosize UILabel

Is there a way to auto size a UILabel? given size 40 x 40 the text font size would adjust based on …

ios objective-c swift uilabel autoresize
Change the height of UILabel dynamically based on content

I have a UILabel as subview of UIButton and I am passing the value from another view and populating in …

objective-c uilabel ios7.1 xcode5.1
Get the NSString height

I have an NSString, and I want to know its height to create an appropriate UILabel. Doing this NSString *string = @"…

ios iphone nsstring uilabel sizewithfont
How to get text / String from nth line of UILabel?

Is there an easy way to get (or simply display) the text from a given line in a UILabel? My …

ios swift uilabel core-text
How to get monospaced numbers in UILabel on iOS 9

At WWDC 2015, there was a session about the new “San Francisco” system font in iOS 9. It uses proportional number rendering …

ios uilabel uifont monospace ios9
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
add hyphens on word break in a UILabel

How do I set a UILabel lineBreakMode to break words and add hyphens to broken words? a label with a …

ios uilabel word-wrap hyphen nsparagraphstyle