Creating a grid view on iOS

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

    I have used PSTCollectionView and it backwards compatible with iOS 5 and iOS 4.3. UICollectionView is iOS6+ only. It virtually has the same API as UICollectionView.

    GMGridView is also a popular choice for creating grid views.

提交回复
热议问题