I want in a table view to load a certain amount of objects per page. Like what Instagram does. I've only seen how to do this in a PFQueryTableViewController using the line of code...
self.objectsPerPage = //Amount of objects per page
I am using Parse but I'm not using a PFQueryTableViewController. How would I accomplish the same thing the line of code above does?