I have a PFObject of which one of its sub objects is an array with a pointers to an object of a class (Cars). I want to compare the pointer to an array of PFObjects (Cars) which I have already downloaded previously and find the matching one.
Is there a ways to do this without having to download the pointers class directly? I really want to avoid doing that. Thanks a lot!