ios - Parse Product Link Returns null -
i using parse.com store template , having problem accessing parts of info browser. need access column called 'link' info browser , not seem able to. if run linklabel.text = self.product[@"link"];
, nslog nslog(@"%@", linklabel.text]);
value returned null.
so decided check value of 'link' is. ran nslog(@"%@", self.product[@"link"]);
, still returned null. thought there wrong 'link' tried 'name' nslog(@"%@", self.product[@"name"]);
still... nil (it returns (null)).
so have no thought how access link or name viewcontroller. have added @property (nonatomic, strong) pfobject *product;
, still nothing.
i able access of objects not accessed servers. in other view (that parse.com built) when run linklabel.text = self.product[@"link"];
, log value off of info browser. doing wrong , need help! give thanks much!
to access info parse ,you need fire query , in homecoming info have provided condition. here's go link , parse , go google. find way fetch info parse. after receiving info populate label's or view controller want to.
ios objective-c xcode hyperlink parse.com
No comments:
Post a Comment