I would like to reduce the height of a UIPickerView in my iPhone app, so that it shows only one row and one column. The height of the picker view should be equ
UIPickerView
It is possible and easy!
Just open the nib file as plain text, then find the picker view and adjust the measures:
292 {{85, 68}, {150, 116}}
That's all!