I am trying to put NSArray data by([array valueForKey:@”value_name”]) in uilabel it throws exception.
Regards,
sathish
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
How are you assigning this to the UILabel?
You should be doing something like:
If you want to retrieve it using the valueForKey method then a variable type such as NSDictionary maybe a better match for it…