How to auto-scroll UITableView?
        Posted  
        
            by Sheehan Alam
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sheehan Alam
        
        
        
        Published on 2010-04-15T16:12:04Z
        Indexed on 
            2010/04/15
            16:13 UTC
        
        
        Read the original article
        Hit count: 447
        
I am trying to do something interesting.
I am pulling some JSON data and populating cells in a UITableView. How can I make the UITableView scroll ever second or so? I want to give the effect that as new data is coming in, the table is scrolling, so it is streaming.
Any ideas?
© Stack Overflow or respective owner