Problem Here’s a function: func checkIfObjectsHaveCoordinates() { PFQuery(className: “Products”).findObjectsInBackgroundWithBlock { (objects: [PFObject]?, error: NSError?) -> in if error == nil […]

Problem So I needed a a star rating feature to appear in my app – it doesn’t need to be […]