tags:

views:

14

answers:

1

hi i am new to iPhone development, what i am doing in my application is i have to disply 20 images in a grid view after 4 tips on images that will be replaced with new images how can i done this please help me

+2  A: 

Hi,

You can d this using UiTableView. Place 4 images one cell by setting frame of UiImageView and add it in cell.

Reena