I am creating an iphone app in which I need to create a grid view of 25 images. I am doing that by taking 25 images in an array, and displaying them by using for loop by changin
This is one way to do it and certainly there are better and faster ways, but if you want simplicity, use something like this or peoro's suggestion.