Top "Uitextview" questions

The UITextView class implements the behavior for a scrollable, multiline text region in iOS.

UITextView style is being reset after setting text property

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 uitextview
Is it possible to change color of single word in UITextView and UITextField

Is it possible to change color of single word in UITextView and UITextField ? If i have typed a word with …

ios objective-c uitextfield uitextview nsattributedstring
It is possible to show keyboard without using UITextField and UITextView iphone app?

I am working in iPhone messaging based app. I want to show keyboard with keyboard inputAccessoryView in keyboard without using …

iphone ios uitextfield uitextview uikeyboard
Getting cursor position in a UITextView on the iPhone?

We have a UITextView in our iPhone app which is editable. We need to insert some text at the cursor …

iphone uitextview
How to show button ‘Done’ on number pad on iPhone OS 4?

I'd like to add a Done button to the iPhone number pad keyboard. There's even a handy space at the …

iphone uitextview uikeyboard ios4
change UITextView height programmatically with the text

i want change the UITextView programmatically with the amount of text i set, and i have a problem, if i …

iphone ios uitextview cgrect
UITextView resign first responder on 'Done'

I 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 uikeyboard
change uitextview hyperlink color

I am using UITextView and i want to change the color of hyperlink which i use in this component. For …

ios uitextview
How to apply text shadow to UITextView?

Actually I love UILabel. They're sweet. Now I had to go to UITextView because UILabel is not aligning text vertically …

ios iphone uitextview
How to bold some words in my UITextView using NSMutableAttributedString?

I 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