Top "Uilabel" questions

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

Can font size of UILabel be changed with smooth animation on iPhone?

I want a UILabel to swell slightly when selected like in some game menu screens. To get smooth resizing I …

iphone-sdk-3.0 uikit uilabel
How to create an image from UILabel?

I'm currently developing a simple photoshop like application on iphone. When I want to flatten my layers, the labels are …

iphone objective-c uiimage uilabel flatten
Can i link a uilabel to a localizable string in Interface Builder?

have googled around but found no solution: Basically, i have a Localizable.strings set up, which i'm using in my …

iphone localization interface-builder uilabel localizable.strings
Why can't I change the frame of my UILabel?

I have been trying for two days to modify the frame of a UILabel, which is ridiculous... The UILabel is …

ios objective-c uilabel frame
how do I detect and make clickable links in a UILabel NOT using UITextView

I am building a chat app and for performance reasons I need to use UILabel's instead of UITextView's to display …

swift uilabel uitextview tttattributedlabel datadetectortypes
Rotate a UIlabel to make it vertical

I have a UILabel. I need to rotate it programmatically. I have my horizontal UILabel, for example with frame: x:0, …

ios objective-c uilabel cgaffinetransform
how to implement marquee label in IOS using swift

How to implement MarqueeLabel in iOS. I found example in Objective-C but I'm using Swift.

ios swift uilabel marquee
iOS - How to achieve emboss effect for the text on UILabel?

Can I know how to have the emboss effect as the text "Reminders" as shown on the picture? It looks …

iphone uilabel shadow emboss
Continuous scrolling of UILabel like marquee

I need to make marquee UILabel in Xcode. The marquee will scroll from right to left. I tried CCScrollingLabel also …

objective-c ios cocoa-touch uilabel marquee
Resulting lines of UILabel with UILineBreakModeWordWrap

I have a UILabel whose size is calculated with sizeWithFont: method. The line break mode is set to UILineBreakModeWordWrap (same …

iphone cocoa-touch iphone-sdk-3.0 nsstring uilabel