2

Please help me if you have any idea how to implement UIRefreshControl at the bottom of UITableView?

Like this, but just under the table view when you drag it up.

When I'll drag table view I want similar result as RefreshControl. While I drag it to top "loading circle" is filled, and if I don't drag to the end, and "loading circle" is not filled entirely, my refresh func isn't called

Need help with implementation just for Swift!

Roman Romanenko
  • 736
  • 9
  • 24
  • Have a look at this answer: http://stackoverflow.com/a/30437448/3543861 – MSU_Bulldog Aug 08 '16 at 15:03
  • Thank you very much! But this is not exactly that I'm looking for. When I'll drag TableView I want similar result as RefareshControl. During I drag it to top "loading circle" is fill. And if I don't drag to the end, and "loading circle" will not is fill entire, my refresh func isn't to call – Roman Romanenko Aug 08 '16 at 15:33
  • you can accomplish that in the scrollViewDidScroll method from that link.. Write the code yourself – MSU_Bulldog Aug 08 '16 at 16:23

1 Answers1

1

Check this on Github

You just have to set

triggerVerticalOffset

kb920
  • 3,039
  • 2
  • 33
  • 44