1

I'm working on an iphone app and want to have a page showing multiple images in multiple grids (each grid has a image that will response when a user tabs on it), like the default iphone photo gallery app would show image thumbnails.

The first thing came to my mind was tableview with customize cells. Each cell would display some buttons and each button represents an image and set the cell as non-selectable. So the user can tab the buttons (the images) but not the cell itself. But is this the best way? Is this how the built-in photo app does it?

Thanks a lot

Samzcmu
  • 15
  • 1
  • 2
  • 7

2 Answers2

1

There are several open source grid views.

AQGridView

Also previously answered here:

Previous Answer on SO

Community
  • 1
  • 1
nickfox
  • 2,835
  • 1
  • 26
  • 31
0

You might want to wait for iOS 6 (hint, hint).

Login to developer.apple.com and look at the WWDC 2012 Videos (i.e. What's New In Cocoa Touch).

Robotic Cat
  • 5,899
  • 4
  • 41
  • 58