alexleutgoeb / ALPickerView

Multiple row selection in UIPickerView
MIT License
74 stars 31 forks source link

Landscape support #1

Closed imobdevtech closed 12 years ago

imobdevtech commented 13 years ago

AlPickerview is not resizing in landscape mode. It would be good if it supports landscape mode as well.

alexleutgoeb commented 13 years ago

Thanks for your comment.

As you might have noticed, ALPickerView re-uses UIPickerView in order to keep the code short and simple. Unfortunately UIPickerView is constrained to a width of 320px, so the landscape support would require a full rewriting of the graphical components (from scratch) which is not on my list for now.

As another hack, you can try to resize the control with the transform property on your own but I'm not sure if this really works out.