0

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?

John
  • 10,839
  • 8
  • 26
  • 31

2 Answers2

1

The height of UIPickerView is fixed and cannot be adjusted.

John
  • 10,839
  • 8
  • 26
  • 31
0

Here's a link to a similar question with answers on how to change the height though there are only a few allowed heights for the UIPickerView. How to change UIPickerView height

Community
  • 1
  • 1
erran
  • 1,300
  • 2
  • 15
  • 36