Posts

Post marked as solved
1 Replies
959 Views
I was on the public beta on my iPhone and I moved it to developer beta but want to switch it back to public beta. I can't see the option to to do that neither do I see the profile in VPN and Device management. I tried to restore my iPhone but that didn't workout (although I would prefer not to restore my iPhone). My plan is to get back to public beta or at least the regular updates. So I have turned the beta updates off but still on iOS 17. So my question is, what happens when I turn it off? Do I get updates for the regular updates when it is released or will I be stuck in the update I have now?
Posted
by chizy.
Last updated
.
Post marked as solved
3 Replies
507 Views
I am trying to pull data from a database to display on profile for score count and basically trying to set the label's text in Xcode. What is the best way to do this since what I am doing is throwing errors. I am trying to see what I did wrong. Thanks I did let user = PFUser.current! if let score = user["score"] as? Int { scoreLabel.text = score } else { scoreLabel.text = user.score }
Posted
by chizy.
Last updated
.
Post marked as solved
1 Replies
362 Views
How do I get a random word object from a parse database. Any ideas? Any random word from the API's dictionary
Posted
by chizy.
Last updated
.