Search code examples
ios4ipaduipickerviewuipicker

Make more than 5 lines viewable on UIPickerView


The default UIPickerView shows the current selection along with two options above and two options below the current section.

Is there a way to adjust this show that it shows more lines at a given time?


Solution

  • The height of UIPickerView is fixed and cannot be adjusted.