Hi,
I want to create a Grid view with images in iPhone programatically. Pls do give me some example for it?
Hi,
I want to create a Grid view with images in iPhone programatically. Pls do give me some example for it?
Loop through the rows and columns of images and set the UIImage
instance's frame origin some offset-multiple of your image or image-cell width.
Maybe it would be easier to use Three20 component. There is Photo Viewer for displaying images in grid, which "emulates Apple's Photos app with all of its flick n' pinch delight".