I’d like to grab the NSString which I created on parse.com and paste it into a label, if the view loads. I tried this Grab NSString from Parse.com and paste it into UILabel but It doesnt seems to work. Does have anyone a solution for my problem?
I’ve set up something at parse here:

and also tried this code. However, NOTHING works…
PFQuery *query = [PFQuery queryWithClassName:@"TextObject"];
PFObject *textu = [query getObjectWithId:@"zhfk6bWd5r"];
label.text = [textu objectForKey:@"text"];
I would be glad it someone could help me with this.
Thanks.
Your object is
TestObjectin the image butTextObjectin the code.Please change the code to: