The UILabel class implements a read-only text view in iOS.
I need to create a UILabel with a background color, and I'd like to add some left/right leading/trailing …
ios uilabelI want to change the UILabel text color but I can't change the color, This is how my code looks …
objective-c uilabel uicolorIs there any way to have a label wordwrap text as needed? I have the line breaks set to word …
ios iphone cocoa-touch uilabel word-wrapI know soft shadows are not supported by the UILabel out of the box, on the iPhone. So what would …
iphone objective-c iphone-sdk-3.0 uilabel shadowHow can I modify the gap between lines (line spacing) in a multiline UILabel?
ios objective-c uilabel multiline line-spacingI want to create a clickable label on my app leading me to a Safari webpage. I also want the …
iphone objective-c url uilabelI want to display a string like this in a UILabel: There are 5 results. Where the number 5 is red in …
ios objective-c swift uilabel textcolorI'm setting a new text value to a UILabel. Currently, the new text appears just fine. However, I'd like to …
ios objective-c ipad uilabel caanimationIs there a way to use two, or even three font colors in a single label in iOS? If the …
ios swift uilabel nsattributedstring textcolorI am drawing UILabels programmatically. They get their sizes from a database. So I cannot just use sizeToFit. I have …
ios objective-c uilabel frame