When to use UICollectionView instead of UITableView?

前端 未结 15 1676
闹比i
闹比i 2020-12-07 12:57

I found that UICollectionView is like an upgraded version of UITableView introduced in iOS6, but when should I choose UICollectionView

15条回答
  •  孤街浪徒
    2020-12-07 13:31

    As per my view for Grid View display use UI Collection View.All other list view use UITable View

提交回复
热议问题