UITableView Infinite Scrolling Tutorial | Kodeco

In this tutorial you will learn how to implement an Infinite Scrolling UITableView in your iOS app using a paginated REST API.


This is a companion discussion topic for the original entry at https://www.kodeco.com/5786-uitableview-infinite-scrolling-tutorial

Hi … I have a nested structure of UItableview->UITableViewCell
β†’ uicollection view-> uicollectionviewcell
horizontal uicollection view is for videos .the video data I am fetching in UITableViewCell from cellforfowatindex at the time of cell configure.Rest works fine but when I do tableview reload after fetching data at UITableView level , the next collection view cell of visible cell not reloaded instantly after 2-3 vertical swipes it get loaded.
I tried reloading collection view , resetting datasource but it doesn’t work.
Any help will be appreciating.