tags:

views:

15

answers:

1

Hi all,

In my project i have list of images i have to display them in two columns and number of rows How can i do this can any one help me out.

Thank you

A: 

You just have to create a custom UITableViewCell that has two UIImageViews (as subviews) in it. Easiest way would be to do this through interface builder.

domino