How to display List of images in two columns and number of rows
In my project i have list of images i hav开发者_运维知识库e to display them in two columns and number of rows How can i do this can any one help me out.
Thank you
You just have to create a custom UITableViewCell
that has two UIImageView
s (as subviews) in it. Easiest way would be to do this through interface builder.
精彩评论