I’m new to iPhone development. I have a task to create array of photos (I’ll use loop for this) and I need to have 10 thumbnails of photos on one screen. So the questions is how to create the thumbnails of photos? thanks
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.
There are many ways to make this.
First is to create ten buttons with small images (UIImage for each UIButton)
Another way is to use KTPhotoBrowser classes but since you are a beginner you may find it complicated a little bit, but you may try of course, it’s nicely documented.
Regards