views:

434

answers:

1

Is it possible to create a table in iphone sdk with custom number of rows and columns? I know to create a table using uitableview, unfortunately, it has a fixed number of columns and is 1. I want to get a view something like the image gallery of the iphone. is that possible? pls give your suggestions

+1  A: 

Check out the TTThumbsViewController in Three20.

gerry3
I think its TTThumbsViewController.
Madhup
You are correct.
gerry3