I am using CloudKit to populate the data source of a table view in iOS using Swift. I would like to trigger code to run when the user scrolls all the way to the bottom of the table view to fetch more data to add to the data source. Is there a built in way that UITableView can trigger code at such a time or would I need to use my own implementation for this?
Asked
Active
Viewed 19 times
0
-
@rmaddy Should I delete this question? – daniel Dec 06 '18 at 18:33
-
1That's up to you. Duplicates aren't necessarily bad since it allows more searches to lead to the answer. – rmaddy Dec 06 '18 at 18:35