There are applications for the site. Problems with the output of the information received on the phone screen. I get json myself, correctly parsing, I output part of the data to tableView. All received data is displayed.
How to implement the output page by page? Are there any standard tools in xcode to automatically break the resulting json in the application?
If the machine can not, then how can (just suitable reference can understandable manual). If there is no such possibility on the client’s (phone’s) side, then I’ll append the site’s api to give the data page by page. But then the question will be how to take them correctly.
Which of these methods is more correct? Separate data on server side or client side?