Can't find the answer to this anywhere.
After I call a pfquery, how do I add PFObjects to an array? I have this so far
var array = [PFObject]()
and
var query = PFQuery(className: "Stores")
EDIT: I want to append PFObjects from Parse to an array, so I can then shuffle the order of objects randomly. I know Parse doesn't have the ability to fetch objects randomly