When to use UICollectionView instead of UITableView?

前端 未结 15 1665
闹比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:37

    Personally I think the UICollectionView can do most of the work which UITableview can do. well, at the same time, it's more complex to use.

    I suggest you use UICollectionView as TableView just in case your manager change requirements in the future.

提交回复
热议问题