Basically just did this to get what I needed.
let user = PFUser.current!
if let highScore = user["highScore"] as? Int {
highscoreLabel.text = String(highScore)
}
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: