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.
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 !!