[Solved] How do I create this type of view in iOS [closed]


It appears to be either a UICollectionView or UITableView, with UICollectionViews embedded in each cell.

A UITableView should be fine for the main container view, as it provides vertical scrolling, and then UICollectionViews can be used for the horizontally scrolling content in each cell.

solved How do I create this type of view in iOS [closed]