Search code examples
uitableviewtwitterinsertscrollreload

UITableView reloading behavior like Tweetbot/Twitter


Does anybody know how to implement a UITableView like Tweetbot/Twitter. I want the TableView to insert the rows at the top instead of pushing the older rows down. I'm aware of this post. However, I suppose that Tweetbot doesn't do it with a UIImage since the user is able to scroll while the TableView is reloading its stuff.


Solution

  • Had to use setContentOffset:animated: instead of tableView.animated =