[Swift 3 Tutorial] - Pagination / Load more data in a UITableview

preview_player
Показать описание
How to load more data when scrolling to the bottom of a tableview or when the last cell is reached

Intro Music Provided By NCS:
Spektrem - Shine [NCS Release]
Рекомендации по теме
Комментарии
Автор

This works but will layout all of the cells during reloadData(). You should be using tableView.insertRows(at) instead of reloading all items. Otherwise this is good :)

MichaelMillerGR
Автор

The line let cell = "Cell") is getting a nil value

jeronimogomarmadriz
Автор

Thank you for this excellent video, now I try apply this way to connect API(with different pages), and I use the Swift4 JSONDecoder to parse API. However I can't do it successfully, would you able to make a video to teach about that?  Thank you very much.

林伯翰-bp
Автор

Thanks a lot

can you send me the code of this project

Shine-and-line
Автор

Sir I want this concept in objective c language

janardhannoti