0

How to implement the Touch Up Inside or equivalent event on UITableView, means to create the refresh/update mechanism like in Facebook's iOS App in news feed, while user dragging the list from the top down and see the label 1)"pull down to update" -> 2) "release to update" -> 3) updating while user release the finger. The problem is with 3d step...

rmaddy
  • 314,917
  • 42
  • 532
  • 579
LifeStyle
  • 411
  • 2
  • 10

1 Answers1

1

If you use a UITableViewController then you can use the inbuilt refresh control. See the documentation and look at the refreshControl property.

Edit

This is a pre-built control that will do what you're looking for.

Sadiq Jaffer
  • 500
  • 2
  • 10