I've looked at similar questions and tried different solutions to no avail. I've implemented PFQueryTableViewController in my iOS app, and I've followed Parse iOS documents. Everything works well, except when I tap on "Load More" to get the next x number of Parse objects, the app crashes with the following message:
"*** -[__NSArrayM objectAtIndex:]: index 10 beyond bounds [0 .. 9]"
I know what the message means, but since I am using the PFQueryTableViewController instead of the usual UITableViewController, I am not sure how I can troubleshoot this range problem.
Any guidance will be greatly appreciated!