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!