0

I'm trying to figure out the best method of implementing a UITableView refresh when the user scrolls to the top, without having the user pull down to refresh.

An example of this would be imessage app on the iPhone, when the user reaches top of messages, it displays the circular loading with a seemingly pulled down effect using the momentum of the scroll itself.

The regular refresh control requires a looong pull, which is something I don't want for the users.

Any tips on how to activate refresh control with minimal/no pull would be much appreciated.

Curious101
  • 944
  • 2
  • 8
  • 26

1 Answers1

0

place refresh controller in scrollViewDidScroll

parthiban
  • 95
  • 9