How to create an image grid, for example, How it happens in the iPad photos application, and on the image click , it should open this image. Can someone give me a link to a tutorial or sample code? Thanx in advance.
There are several open source options:
https://github.com/elc/ELCImagePickerControllerhttps://github.com/gdavis/FGallery-iPhonehttps://github.com/kolinkrewinkel/KKGridView/https://github.com/danielctull/DTGridViewhttps://github.com/samsoffes/sstoolkit (SSCollectionView)
Some of them automatically enlarge the photo, and for others you must implement this part yourself. I personally used FGallery and found it very full-featured, easy to use and stable.