The UILabel class implements a read-only text view in iOS.
I am trying to justify my UILabel text but it does not work. Declaration of my UIView: descriptionUIView = UIView(frame: …
swift uilabel text-alignment justifyHow 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 ios7Is 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 autoresizeI 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.1I have an NSString, and I want to know its height to create an appropriate UILabel. Doing this NSString *string = @"…
ios iphone nsstring uilabel sizewithfontI have been getting unreliable results while trying to apply UIAppearance proxy styles to the UILabel class proxy. For example, …
ios uilabel uiappearanceHow 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