This question already has an answer here:
Is there any way to add a UIRefreshControl below a UITableView? I created a preview of what I want to achieve.
This question already has an answer here:
Is there any way to add a UIRefreshControl below a UITableView? I created a preview of what I want to achieve.
These won't give the UIRefresh Controls but you can add these at the bottom of the Screen
Declare below in your header
Initialise the same in ViewDidLoad in your implementation
Add These and it will be called when tableview Scrolled
Hope This will help you out !