views:

24

answers:

1

Is it possible to change the height of UIPicker "Selection View"?

A: 

I am not sure whether you are referring to the whole UIPickerView in which case you can look here: http://stackoverflow.com/questions/573979/how-to-change-uipickerview-height

Or, if you are meaning the individual component size in which case you can look here: http://developer.apple.com/library/ios/#documentation/uikit/reference/UIPickerViewDelegate_Protocol/Reference/UIPickerViewDelegate.html#//apple_ref/occ/intfm/UIPickerViewDelegate/pickerView:rowHeightForComponent:

MattLeff