Problem I got to show the createdAt date in a message timeline, I tried to make a separate array only […]
Tag: parse-platform
Check if objects have coordinates
Problem Here’s a function: func checkIfObjectsHaveCoordinates() { PFQuery(className: “Products”).findObjectsInBackgroundWithBlock { (objects: [PFObject]?, error: NSError?) -> in if error == nil […]
Star Rating in Swift
Problem So I needed a a star rating feature to appear in my app – it doesn’t need to be […]
Using an Adapter with Parse query in Android
Problem I’m an iOS developer new to Android. I’m creating my first Android app and I have several questions. My […]