iphone - ios RestKit getting certain number of elements instead of full list -


I need to load an object that is given in Jason Data instead of all the objects. I aim to implement an app like Twitter. In other words, when the user taps the "Load more" button in the utivation, then the restkit will load the next ten objects if JSN data is there. I did not get any examples about this, nor did I get a restquate method, is there any way to do this?

Thanks

The purpose is RKPaginator class. Check documents for details and sample code. It relates to all normal mapping and response descriptors to enable paged download management.


Comments