Search code examples
iosswifttableviewcollectionview

Which pattern is used to make the app look like


I am newbie in iOS development and making a app in swift. But I am confused what to use in the design to make look like it. Should I use table view or collection view.

I have attached the screenshot for same.

Pic for reference


Solution

  • A collection view would be more appropriate. In addition, iOS 14 collection view enhancements suggest that Apple is very slowly phasing out table views completely, because it provides new kinds of collection view cells that emulate most kinds of table view cells.