Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 546 Bytes

File metadata and controls

7 lines (4 loc) · 546 Bytes

iOS Prefetching+TableView

A Sample project to practice and demostrate the UITableViewDataSourcePrefetching Api

The purpose of this project is to make a master-detail app with an infinite scrolling master view that fetches data and loads it automatically as the user scrolls down the screen. We use the UITableView. Possible enhancements are using the list style UICollectionView, and combine DiffableDataSources with the prefetch api.

Note: Sample data for this project is collected from the open source https://punkapi.com/