veader / V8HorizontalPickerView

Horizontal UIPickerView Control for iOS
zlib License
233 stars 44 forks source link

Making V8HorizontalPicker Vertical? #10

Closed micah-frank-studio closed 12 years ago

micah-frank-studio commented 12 years ago

I know that it completely contradicts the original purpose but I am wondering if there's a quick way to make V8HorizontalPicker vertical? I really like the look and feel of the horizontal one and I have related elements that need to be displayed vertically. Thanks for the great (and simple to implement) tool!

veader commented 12 years ago

@speedo I don't really have any plans at the moment to make the control work in the vertical configuration. You should be able to use the built in UIPickerView control or something similar depending on your needs.

If you wanted to take a dive into doing the proper logic to make it work vertically, I'd definitely take a look.

Cheers!