The UILabel class implements a read-only text view in iOS.
I just upgraded to xcode 4.5 with iOS 6.0 and it's highlighting a warning on all the UILabels in my XIB files …
ios xcode uilabel deprecated font-sizeIn iOS 7, when navigating back using the new swipe-from-edge-of-screen gesture, the title of the Back button ("Artists") fades from being …
ios7 uilabel textkitGoing through some basic improvements to a application I am working on. Still new to the iOS swift development scene. …
ios swift uilabel nsattributedstringI am developing an iPhone app, and I want to set kerning in UILabel. The code I've written (possibly around …
ios cocoa-touch uilabel kerningHello I am trying to create a label programmatically and add NSLayoutConstraints so that it is centered in the superview …
ios uilabel swift3 nslayoutconstraint programmatically-createdI am unable to change the UILabel text. The code for the the UILabel inside viewDidLoad is : startLabel=[[UILabel alloc] …
ios uilabel asihttprequestHow to force UILabel to draw a text with upper case chars?
ios uilabel uifontMy requirement is that I need to display text in label in such a way that if the length of …
ios objective-c ios7 uilabel text-formattingI've created a method that takes a NSAttributedString and I'm looking to dynamically create a subview and label to put …
ios uilabel nsattributedstring nsmutableattributedstring