Hi, I’m currently updating my app to use the new ParseSwift SDK. Previously I was using the PFQueryTableViewController which handled pagination of loading data.
Is there something built in with the new SDK or is it a case of using the .limit (to say 20 per time) and .skip and firing off queries as the user scrolls through the data? Any example of this would be much appreciated!