akkyie / AKPickerView

A simple yet customizable horizontal picker view.
MIT License
894 stars 106 forks source link

First item stays selected #48

Closed MarkMolina closed 9 years ago

MarkMolina commented 9 years ago

Bug where at init the first item stays selected. (workaround, programmatically setting the the first item after init)

akkyie commented 9 years ago

Sorry for my late response,

AKPickerView doesn't have a state where no item is selected, so the first item on AKPickerView is initially selected. To change the default selected item, as you say, please programmatically set the the first item after init.

I'm still wondering whether this is the answer you want, and any additional questions are welcomed.

akkyie commented 9 years ago

Passing a week, closing.