Is that possible? To reload only the cells that are visible in order to do it more efficient.
That's how table views work by default. The UITableView class never loads cells until they're about to appear onscreen, even when you call reloadData.
UITableView
reloadData
1.4m articles
1.4m replys
5 comments
57.0k users