Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

1 Answer

up vote 0 down vote accepted

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.