Top "Uilabel" questions

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

UILabel font : bold and italic

Possible Duplicate: How do I set bold and italic on UILabel of iPhone/iPad? I am trying to make UILabel …

iphone objective-c ios uilabel uifont
How to show Emoji in UILabel iOS

I have to show the textview text smily in UILabel. In the UILabel - lbl.text = @"Happy to help you \…

objective-c ios7 uilabel emoji
How can I both stroke and fill with NSAttributedString w/ UILabel

Is it possible to apply both stroke and fill with an NSAttributedString and a UILabel?

ios cocoa uilabel nsattributedstring
UILabel and numberOfLines and sizeToFit:

On iOS 5. I have a UILabel element that is originally placed in a nib. I want the x placement to …

ios5 uilabel text-size sizetofit
UITableViewCell makes label's background clear when highlighted

I have a UIlabel on a UITableViewCell, which I've created programmatically (i.e. not a nib or a subclass). When …

iphone objective-c uitableview uilabel background-color
iOS UI best practice - UILabel or UITextView?

If you are creating an UIView for an iPhone application to display an article from a blog, for example. What …

iphone ios user-interface uilabel uitextview
Set UILabel font size according to its frame size?

I have an application that allow user to use the pinch gesture for scaling the label How can I change …

ios uilabel uifont pinch
iPhone iOS UILabel how to customize text color for UITableView detail text labels only?

I'm working on an interface prototype and am using a storyboard to do so. Part of the prototype involves setting …

objective-c ios colors uilabel appearance
Rounded corners of UILabel swift

I am creating a UILabel programatically. But the below piece of code doesn't give me rounded corners. I think I …

ios swift uilabel cornerradius
UITapGestureRecognizer initWithTarget:action: method to take arguments?

I'm using UITapGestureRecognizer because I'm using a UIScrollView that acts as a container for my UILabels. Basically I'm trying to …

ios objective-c uiscrollview uilabel uitapgesturerecognizer