CollectionPickerView
CollectionPickerView copied to clipboard
A generic customizable picker view based on UICollectionView.
Having an array with 200 items takes around 1 minute before rendering the view to the users, what could have been the cause of this? e.g let itemList = Array(1...200)...
Is it possible to have infinite looping items? I've tried combining with [InfiniteLayout](https://github.com/arnauddorgans/InfiniteLayout) but I failed :( also check my [issue](https://github.com/arnauddorgans/InfiniteLayout/issues/14)
