hryk224 / InfiniteCollectionView

Infinite horizontal scrolling using UICollectionView.
MIT License
227 stars 43 forks source link

using custom UICollectionViewFlowLayout ? #10

Closed ilant closed 7 years ago

ilant commented 7 years ago

can it be used with custom UICollectionViewFlowLayout ?

hryk224 commented 7 years ago

@ilant Yes! You can use storyboard(XIB) or init(frame: CGRect, collectionViewLayout layout: UICollectionViewLayout).