The UILabel class implements a read-only text view in iOS.
Is there a way to have the textColor property of a UILabel be two different UIColors? Basically I'm trying to …
ios iphone objective-c uilabel textcolorI could successfully add tap gestures to a part of UITextView with the following code: UITextPosition *pos = textView.endOfDocument;// textView ~ …
iphone ios uilabel uitapgesturerecognizer uitextinputI need to Detect #Tags given in description UILabel and change text color as [UIColor BlueColor]; where i am not …
ios objective-c uitableview uilabel hashtagI'm using autolayout on iOS7 and I have a problem like this: I'm putting a UILabel onto a UIView and …
ios objective-c uilabel autolayout sizetofitI want to set the UILable text font style in Small-Caps format like below image. Please give me the solution …
iphone objective-c uilabel uifont capitalizationI'm trying to set a limit in my label to 10 characters, I'm a complete newbie to programming in general so …
swift uilabel character-limit