The UITextView class implements the behavior for a scrollable, multiline text region in iOS.
I have UITextView *_masterText and after call method setText property font is being reset. It's happening after I change sdk 7. _…
ios cocoa-touch fonts uitextviewIs it possible to change color of single word in UITextView and UITextField ? If i have typed a word with …
ios objective-c uitextfield uitextview nsattributedstringI am working in iPhone messaging based app. I want to show keyboard with keyboard inputAccessoryView in keyboard without using …
iphone ios uitextfield uitextview uikeyboardWe have a UITextView in our iPhone app which is editable. We need to insert some text at the cursor …
iphone uitextviewI'd like to add a Done button to the iPhone number pad keyboard. There's even a handy space at the …
iphone uitextview uikeyboard ios4i want change the UITextView programmatically with the amount of text i set, and i have a problem, if i …
iphone ios uitextview cgrectI have been searching around the web for about an hour now, and cannot find any code to help me …
iphone objective-c interface-builder uitextview uikeyboardI am using UITextView and i want to change the color of hyperlink which i use in this component. For …
ios uitextviewActually I love UILabel. They're sweet. Now I had to go to UITextView because UILabel is not aligning text vertically …
ios iphone uitextviewI have a UITextView and there are certain words I'm casting with NSString stringWithFormat that I'd like to be bolded. …
ios objective-c uitextview nsattributedstring nsmutableattributedstring