tags:

views:

47

answers:

1

Hello..

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

May i know how to do this ?

+1  A: 

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
Actually, you can. See the answers in the linked questions within my comment above.
Brad Larson