1

I would like to add this to a projet, but I don't want to add the full Three20 framework for a simple feature. How the framework does to always hide the first row, and to detect when it's sliding up ? After that, I suppose a callback url can just be called to refresh the table view.

Thanks !

Thomas Joulin
  • 6,590
  • 9
  • 53
  • 88

1 Answers1

2

Try one of the standalone implementations, like EGOTableViewPullRefresh.

Credit noted in this StackOverflow post also; which is where I first learned of it.

Community
  • 1
  • 1
petert
  • 6,672
  • 3
  • 38
  • 46
  • No problem. If it's solved your problem, it'd be nice if you vote the answer up too. Cheers – petert Oct 05 '10 at 16:12