The UILabel class implements a read-only text view in iOS.
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 uilabelI'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 flattenhave 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.stringsI have been trying for two days to modify the frame of a UILabel, which is ridiculous... The UILabel is …
ios objective-c uilabel frameI 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 datadetectortypesI have a UILabel. I need to rotate it programmatically. I have my horizontal UILabel, for example with frame: x:0, …
ios objective-c uilabel cgaffinetransformI 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 marqueeI 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