Top "Uilabel" questions

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

Vertically align text within a UILabel (Note : Using AutoLayout)

I am Copying the same Question asked Before Question. I have tried the solutions given and was not able to …

ios objective-c cocoa-touch autolayout uilabel
iPhone - UILabel containing text with multiple fonts at the same time

I am looking for a way to use a UILabel (or something similar) to display something like this: Tom: Some …

iphone objective-c uilabel
How to get UILabel to respond to tap?

I have discovered that I can create UILabel much faster than UITextField and I plan to use UILabel most of …

ios ipad uilabel
How can I create a UILabel with strikethrough text?

I want to create a UILabel in which the text is like this How can I do this? When the …

ios swift cocoa-touch uilabel strikethrough
UIButton with two lines of text in the title (numberOfLines=2)

I'm trying to make a UIButton that has two lines of text in its titleLabel. This is the code I'm …

objective-c ios uibutton uilabel
Multiline label in UIStackView

When putting multiline label (with linebreak set to Word Wrap) into a stack view, the label immediately loses the linebreak …

ios uikit uilabel xcode7 uistackview
Changing text of Swift UILabel

I am attempting to learn Apple's Swift. I was recently trying to build a GUI app, but I have a …

ios swift uilabel iboutlet
sizeWithFont method is deprecated. boundingRectWithSize returns an unexpected value

In iOS7, sizeWithFont is deprecated, so I am using boundingRectWithSize(which returns a CGRect value). My code: UIFont *fontText = [UIFont …

objective-c nsstring ios7 uilabel
Display HTML text in UILabel iphone

I am getting a HTML Response from a webservice Below is the HTML I am getting in response <p&…

html xcode text uilabel
UILabel - string as text and links

I have a UILabel whose text I am getting from a server. Some of the text is to be identified …

iphone ios nsstring uilabel