I have an app with UICollectionView
with 2 sections.My requirement is to have the first section should scroll in horizontal direction with one row only, while the second should scroll in vertical direction.I am working with Swift 2.1.
Please advice some solutions.
Your UICollectionView with 2 sections
Section 1: have only one UICollectionViewCell will contain a UICollectionView(horizontal direction) defined by its datasource.
Section 2: your current datasource.
You can check this one:
UICollectionView within a UICollectionViewCell (Swift)