Skip to content

Sample project to learn about UITableViewDataSourcePrefetching

Notifications You must be signed in to change notification settings

brucegomes/Prefetching-TableView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Sample project to learn about UITableViewDataSourcePrefetching

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published