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: 738
        
iphone
|cocoa-touch
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