UITextView Scrolling - Artificial Limit

Posted by Matt Winters on Stack Overflow See other posts from Stack Overflow or by Matt Winters
Published on 2010-04-30T03:01:46Z Indexed on 2010/04/30 3:07 UTC
Read the original article Hit count: 490

I have a UITextView with a height of let's say 300. What I would like is when the typed text gets to the half way point, for the scrolling to start as if it were at the bottom of the textView. Basically I would like to programmatically set the point within the textView for scrolling to begin. Any ideas? Thanks.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk