I have a library where I am receiving NSConcreteValue and I have no idea how to deal with it. I know the object I am supposed to get is a boolean, so how do i extricate the real value?
Share
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.
That’s a private class that’s sometimes (or all the times?) used behind the scenes when you work with
NSValue. Or at least that’s my impression. I think you should be able to cast toNSValue:…or something like that, I’m making this up 🙂