Creating a grid view on iOS

后端 未结 5 1816
梦谈多话
梦谈多话 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:06

    I would go with UICollectionView as you said. You can actually see this answer I gave, where you can see already made libraries.

提交回复
热议问题