Auto-scroll UITextView after text append if scrollbar is at bottom

Posted by zer0stimulus on Stack Overflow See other posts from Stack Overflow or by zer0stimulus
Published on 2010-04-20T22:31:00Z Indexed on 2010/04/20 22:33 UTC
Read the original article Hit count: 682

Filed under:
|

I am continuously appending text to the content of my UITextView and would like to auto-scroll to the latest update, only if if the UITextView has already been scrolled to the bottom. Any ideas on how this could be implemented?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about cocoa-touch