tags:

views:

67

answers:

1

I am new to iphone, what i need is i have to display 20 images as grid ... is it possible by using tableview and another thing is i have to get selected image id how can i get this pls post some code.

+1  A: 

You could use AQGridView, which works similar to UITableView but is used for displaying grids.

Chris Eidhof