0

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.

Community
  • 1
  • 1
lbrndnr
  • 3,361
  • 2
  • 24
  • 34

1 Answers1

0

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

lbrndnr
  • 3,361
  • 2
  • 24
  • 34