I am trying to set image for every array in the UITabelView. How can I set image for every array from the photo library? So I can view it in the cell of the UITableView.
I hope this help this is my simple code Download
Thanks from now.
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.
First of all, do you mean for every image? You would do this with one array, populated with images.
You would do this in your table views
cellForRowAtIndexPathmethod, by telling the table view its cells image property will be filled with the object in the array at the index of the cell, e.g: