UICollectionView vs UITableView

Hey Code Crew!!
Can someone please explain the best use cases for a UICollectionView vs a UITableView?

In my opinion, tableviews are great for scrollable lists of data where each row might have some buttons/controls but once i need data in a multiple column layout, i start looking at the collectionview.

2 Likes