0

I want to increase of decrease the default height of UIPickerControl in iPhone Application.

May i know how to do this ?

Nirmal
  • 4,789
  • 13
  • 72
  • 114
  • 1
    This is a duplicate of the following questions: http://stackoverflow.com/questions/905969/how-to-shrink-picker-view-in-iphone , http://stackoverflow.com/questions/573979/how-to-change-uipickerview-height – Brad Larson Oct 01 '09 at 12:28

1 Answers1

1

There is no way to change the height of the Picker. If you really need this you will have to create your own picker.

zaph
  • 111,848
  • 21
  • 189
  • 228