Top "Uilabel" questions

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

Minimum Font Size deprecated on ios version 6.0

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-size
Adjust letter spacing in iOS 7

In 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 textkit
centering text in a UILabel with an NSAttributedString

Going through some basic improvements to a application I am working on. Still new to the iOS swift development scene. …

ios swift uilabel nsattributedstring
How to set kerning in iPhone UILabel

I am developing an iPhone app, and I want to set kerning in UILabel. The code I've written (possibly around …

ios cocoa-touch uilabel kerning
Swift 3 Create UILabel programmatically and add NSLayoutConstraints

Hello I am trying to create a label programmatically and add NSLayoutConstraints so that it is centered in the superview …

ios uilabel swift3 nslayoutconstraint programmatically-created
UILabel text not being updated

I am unable to change the UILabel text. The code for the the UILabel inside viewDidLoad is : startLabel=[[UILabel alloc] …

ios uilabel asihttprequest
UILabel layer cornerRadius negatively impacting performance

I've created a document view which displays the page number in the corner. The page number is a uilabel with …

ios uiview uilabel calayer
How to force UILabel to draw a text with upper case chars?

How to force UILabel to draw a text with upper case chars?

ios uilabel uifont
Truncate part of text in UILabel

My 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-formatting
Is it possible to get a listing of attributes and ranges for an NSMutableAttributedString?

I'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