The UILabel class implements a read-only text view in iOS.
How to top-align text of different sizes within a UILabel? An example is top-aligning smaller-sized cent amount with larger-sized dollar …
ios ios6 uilabel nsattributedstringI am trying to display numbers on a UILabel with a bold black font and size 50. After some failed attempts …
ios objective-c uilabel uistoryboard uifontI have a problem on my app on iOS 7 I calculate my label size using: CGSize constraint = CGSizeMake(275, 141); CGSize size; …
ios objective-c uilabel ios7 cgsizeI want to align a UILabel's text vertically with line spacing via xib in iOS, for example: hello, how are …
ios objective-c iphone uilabel line-spacingI am playing with TodayExtension in iOS 8 and I wondered how to apply that blur effect to the Text or …
uilabel ios8 blurLet's say I scale a UILabel using a CGAffineTransformScale like so: let scale = 0.5 text = UILabel(frame: CGRectMake(100, 100, 100, 100)) text.text = "Test" …
ios swift uilabel cgaffinetransformscaleI have a UILabel which I want to be displayed at the center of screen regardless of which iPhone it …
swift sprite-kit uilabel skscene cgpointI want to have two lines of text appear really close together (small line spacing) for a button. I have …
ios objective-c uibutton uilabel nsattributedstring