[Solved] OnScroll Load more data [closed]
[ad_1] This is pagination concept. Please go through this link and you will get a better idea about it : Swift tableView Pagination I can show what I have done in my project : func tableView(tableView: UITableView, willDisplayCell cell: UITableViewCell, forRowAtIndexPath indexPath: NSIndexPath) { if indexPath.row = arrayDataForTable.count && page <= totalNumberOfPages { page += … Read more