I have mad UITableView
in swift for iOS and my Array content more then 500 elements.
How can I make page for the UITableView
for Example:
once the user scroll for the latest Cell
the app load more fro the 500 elements and so on.
any help?
Thanks.
To answer your question made a small test! One possible solution to this problem is to make another array and add it to the data that you want to display in the table and load the data to the same that you want to load! Loading data will willDisplayCell forRowAtIndexPath
test project
https://drive.google.com/file/d/0B-CqajDlBoGHSE1OcjFoZWJxUTg/view?usp=sharing