forked from leoiphonedev/Pagination-Swift4-ios-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
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…
zhishidapang/Pagination-Swift4-ios-tutorial
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published
Languages
- Swift 100.0%