iOS How to Implement UITableView Bottom Refresh Control

Imran Hishaam picture Imran Hishaam · Apr 24, 2015 · Viewed 7.8k times · Source

I just want to know if there's a way to implement the bottom refresh control with the use of UIRefreshControl without any third party libraries.

Thanks in advance.

Answer

Viral Savaj picture Viral Savaj · Apr 24, 2015

You can add footer to the tableview section, set Refresh view, with func tableView(tableView: UITableView, viewForFooterInSection section: Int) -> UIView?, if the footer get load then call the next set Refresh animation kind of things.

May solve your problem with such way.

HTH, Enjoy Coding !!