VegaScroll
Installation
CocoaPods
Add the following line in your
Podfile.pod 'VegaScrollFlowLayout'
Carthage
If you're using Carthage you can add a dependency on VegaScroll by adding it to your
Cartfile:github "AppliKeySolutions/VegaScroll"
Usage
import VegaScrollFlowLayout
let layout = VegaScrollFlowLayout()
collectionView.collectionViewLayout = layout
layout.minimumLineSpacing = 20
layout.itemSize = CGSize(width: collectionView.frame.width, height: 87)
layout.sectionInset = UIEdgeInsets(top: 10, left: 0, bottom: 10, right: 0)
