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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -