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

[ad_1]

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.

[ad_2]

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