开发者

How to display List of images in two columns and number of rows

开发者 https://www.devze.com 2023-01-11 08:32 出处:网络
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.

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 UIImageViews (as subviews) in it. Easiest way would be to do this through interface builder.

0

精彩评论

暂无评论...
验证码 换一张
取 消