Creating a grid view on iOS

后端 未结 5 1826
梦谈多话
梦谈多话 2021-02-01 08:54

I need to implement a grid view with dynamically-changing images.

Most of the time, I use a UITableView to create a grid, but I run into memory issues if I

5条回答
  •  南笙
    南笙 (楼主)
    2021-02-01 09:14

    I would go with a UICollection view. Since you've never used one, here is a good tutorial to follow: http://www.raywenderlich.com/22324/beginning-uicollectionview-in-ios-6-part-12.

提交回复
热议问题