Skip to content

Pagination is approach where you fetch data in pages, for example you have 500 records on your server database then if you bring all 500 in one go then it will take time to load all data. For make it more smooth we can bring 20 records at a time until we bring all records from server. The request to load more records to the UITableView will gets…

Notifications You must be signed in to change notification settings

zhishidapang/Pagination-Swift4-ios-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

About

Pagination is approach where you fetch data in pages, for example you have 500 records on your server database then if you bring all 500 in one go then it will take time to load all data. For make it more smooth we can bring 20 records at a time until we bring all records from server. The request to load more records to the UITableView will gets…

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%