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
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