akkyie / AKPickerView

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

how to support vertical direction? #64

Open cleexiang opened 8 years ago

csrking commented 8 years ago

maybe try using the standard UIPickerView instead?

akkyie commented 8 years ago

Actually, I'm considering whether I should add vertical option to AKPickerView which was originally made as "a horizontal version of UIPickerView," and I think you should use standard libraries when you can use it. Of course I know there is a PR which implements vertical option, but currently I don't have enough time to review it…