Top "Uilabel" questions

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

iPhone/iPad UIButton TitleLabel text not appearing

I created a grid of buttons. The following code creates the buttons and displays them, but there is no text …

cocoa-touch xamarin.ios uibutton uilabel
UILabel sizeToFit method not working properly

I'm trying to show a long chunk of text inside a UILabel in one line. The UILabel is a subview …

ios objective-c uiscrollview uilabel sizetofit
How does a UILabel's minimumScaleFactor work?

I have used minimumFontSize before but that function is now deprecated and i don't quite understand how minimumScaleFactor works. I …

ios objective-c uilabel
iOS AutoLayout multi-line UILabel

Following question is sort-of continuation of this one: iOS: Multi-line UILabel in Auto Layout The main idea is that every …

ios uilabel autolayout
ios Dynamic sizing labels

I've tried to search online, but haven't found a clear answer for my issue so I've come to ask for …

ios text uilabel font-size
How to do multiline UILabel in ios?

I'm dynamically populating the title (UILabel). Sometime it's bit too long and IOS squeeze the font to fit in the …

objective-c ios uilabel multiline
How to change an UILabel/UIFont's letter spacing?

I've searched loads already and couldn't find an answer. I have a normal UILabel, defined this way: UILabel *totalColors = [[[UILabel …

iphone xcode uilabel spacing uifont
Allow user to select text from UILabel to copy

I have a UILabel, but how can I allow the user to select a portion of it's text. I don't …

iphone objective-c uilabel
How to add a scroll function to a UILabel

In Xcode, I created a UILabel which will autoresize depending on how many lines of text I put on it. …

iphone objective-c xcode uilabel
How can you rotate text for UIButton and UILabel in Objective-C?

How can you rotate text for UIButton and UILabel? 90 degrees, 180 degrees.

ios objective-c uibutton rotation uilabel