2

I was looking at EGOTableViewPullRefresh where when we hold down the tableview, and it gets refreshed.

I need to do the following;

I need the user to scroll to the bottom of the Table View and hold-on and then the page to add more records. Is this possible ?

Update:

In foursqure and twitter, we could hold the scroll for awhile and arrow signs gets displayed as the application refresh.

I need to implement something similar to this, but the user will have to go to the last record of the tableview and hold to display the arrow sign and it should display the next 10 records.

Michael Celey
  • 12,645
  • 6
  • 57
  • 62
Illep
  • 16,375
  • 46
  • 171
  • 302
  • i think you are looking something like lazy loading kind of stuff for your app, can you elaborate a bit more about what exactly you want to do. – rishi Jan 23 '12 at 18:18
  • I have updated my question above – Illep Jan 24 '12 at 01:26

1 Answers1

2

look this - Bottom Pull up to refresh manager

Gabriele Petronella
  • 106,943
  • 21
  • 217
  • 235
rowwingman
  • 5,589
  • 7
  • 33
  • 50