When to use UICollectionView instead of UITableView?

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

    According to my point of view main difference between collectionView and tableView is that

    TABLEVIEW --> show list of items in only one column.

    COLLECTION-VIEW -->show list of items in multiple column.

    Hope it will help you.

提交回复
热议问题