3ph / CollectionPickerView

A generic customizable picker view based on UICollectionView.
MIT License
31 stars 10 forks source link

[feature request] Configure position of selected item #3

Closed pablocsilva closed 5 years ago

pablocsilva commented 5 years ago

The component is awesome as it is but I was wondering how hard would it be to extend it so that the position of selected item could be configurable (left / center / right)

for example: Selected position: .left

image

Thanks!