So I have an NSDictionary with 4 objects in it. Each of these objects then has 2 properties, name and date
I can list out all the data by logging it.
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.
You have an NSArray which contains several dictionaries. Firstly,get one dictionary out of the array like this,
assuming u have this array under the name myArray. You will get the first dictionary from the array which contains medium,thumbnails,title and another key called url. thumbnails is an array which holds a dict wid a key called url. Now if u want to fetch the outside url key tat is in the myArray just do like this,
This should fetch the url value..Hope this helps…. Happy coding…
Now you have ur image. Just create an imageView and set this image to it. To add it to a table, use contentView property like this,
Hope this helps.