I would like to load more data and create additional cells when the user scrolls to the bottom of the table. I\'m using JSON data and MySql.
func dataJsonFro
Its Called pagination to tableview. Pagination is used to show large data on a table in an effective way. Here's you can get nice tutorial for objective-c and for swift look at this Question.
And you can download example in swift from Here.