The UILabel class implements a read-only text view in iOS.
Is there a built in way to create round-cornered UILabels? If the answer is no, how would one go about …
ios objective-c cocoa-touch uilabel rounded-cornersI want to display an image next to a UILabel, however UILabel has variable text length, so I don't know …
ios objective-c swift uikit uilabelI'm having trouble trying to achieve some very basic layout behavior with Auto Layout. My view controller looks like this …
ios iphone cocoa-touch autolayout uilabelIs there a way for UILabel to draw a border around itself? This is useful for me to debug the …
ios iphone cocoa-touch uikit uilabelI can't seem to modify the font size of a UILabel with the following code: itemTitle.font = [UIFont systemFontOfSize:25]; As …
objective-c iphone fonts uilabel font-sizeI would like to make a UILabel clickable. I have tried this, but it doesn't work: class DetailViewController: UIViewController { @IBOutlet …
ios swift uilabel uitapgesturerecognizerHow to underline a UILabel in Swift? I searched the Objective-C ones but couldn't quite get them to work in …
ios swift overriding uilabel nsattributedstring