UITextView autoscroll to last line

Posted by MihaiD on Stack Overflow See other posts from Stack Overflow or by MihaiD
Published on 2009-11-27T15:11:02Z Indexed on 2010/03/16 5:16 UTC
Read the original article Hit count: 834

Hi *,

When writing in a UITextView more text than can fit entirely inside it, the text will scroll up and the cursor will often place itself one or two lines above the view's bottom line. This is a bit frustrating as I want my application to make good use of the entire height of the text view.

Basically what I want is to configure the UITextView to write up to it's lowest part and not use it just for scrolling.

I've seen some similar questions here, here and here. However I've not seen a proper solution yet.

Thanks

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitextview