Differential scroll direction for multiple Collectionview sections in swift 2

I have an application UICollectionViewwith two sections. My requirement is that the first section should scroll horizontally with only one row, and the second should scroll in the vertical direction. I am working with Swift 2.1.

Please consult with some solutions.

+4
source share
1 answer

Your UICollectionView with two sections

1: UICollectionViewCell UICollectionView ( ), .

2: .

:

UICollectionView UICollectionViewCell (Swift)

+3

All Articles