ios - Unrecognized selector sent to instance On UILabel -
i parsing json , value.store value nsstring , when want show on uilabel app crashes
unrecognized selector sent instance 0x7b070470` nsstring *idvalue = [jsonresponse objectforkey:@"id"];` labl_id.text =idvalue; nslog(@"id value%@",idvalue); output: id value 6 please let me know how fix thanks
mb nsnumber
nsstring *idvalue = [[jsonresponse valueforkey:@"id"] stringvalue];
Comments
Post a Comment