Top "Uitextview" questions

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

iOS4: Can't Programmatically Scroll to Bottom of UITextView

Before I was using this method.... //TextView is a UITextView [TextView scrollRangeToVisible:NSMakeRange([TextView length], 0)]; ...which would programmatically scroll to …

iphone uiscrollview uitextview ios4 uitextviewdelegate
UITextField and Keyboard Notifications - strange order

So I've set up a notification for the keyboard appearance event. Now let us consider a UITextView and a UITextField. [[…

ios iphone uitextfield uitextview uikeyboard
UIWebView - Autoresize so that no scrolling (in the webView itself) is needed

I'm trying to use a UIWebView for displaying content higher than the screen of the iPhone, without needing to scroll …

iphone uiwebview uiscrollview uitextview autoresize
UItextView arabic text aligned to right

Using my custom arabic keyboard on UItextView inputView, I m filling my textView with the arabic text but cannot get …

iphone objective-c ios uitextview inputview
UITextView doesn't show InputAccessoryView on first click

I use the UITextViewDelegate and add a InputAccessoryView in textViewDidBeginEditing: [textView setInputAccessoryView:doneBar]; The doneBar is not nil and it …

iphone objective-c uitextview uitextviewdelegate
how to insert text at any cursor position in uitextview?

i want to implement Code by which i can start to insert text at any position of cursor in UITextView …

iphone ios uitextview uitextviewdelegate
iOS - UITextView becomeFirstResponder

This is the problem : when MessageComposeViewController has been dismissed, my textView doesn't become the first responder and the keyboard doesn't …

ios uitextview becomefirstresponder
How to clear/empty pasteboard on viewWillDisappear

I use UIPasteboard to copy/paste text between two UITextView. Code looks like this: - (void)viewDidLoad { [super viewDidLoad]; pasteBoard = […

ios cocoa-touch uitextview uipasteboard
iPhone - UITextView with html content?

The UITextView has a method named setContentToHTMLString that displays html inside a UITextView. But this is a private API and …

iphone html input uitextview richtext
Correct way to dismiss keyboard from a TextView in Nativescript

I have the following TextView: <TextView id="textFieldBody" hint="Some hint" text="{{ }}" editable="true" class="TextField" returnKeyType="done" /> …

textview uitextview nativescript