Customizing UIPickerView in xcode

Posted by Srinivas G on Stack Overflow See other posts from Stack Overflow or by Srinivas G
Published on 2010-04-09T11:08:08Z Indexed on 2010/04/09 11:13 UTC
Read the original article Hit count: 976

Filed under:
|
|

Hi, I developed an application which consists of UIPickerView....It displays as default size in height of the UIPickerView.I want to display the UIPickerView as 320x480 size(iphone simulator size)..so the whole screen has the picker view without using transorm property,because it will stretched the whole view....its not looking good...even with selection indicator also stretched...I need not stretchable picker view..but need to show the picker view with the whole screen..We can control the width of the UIPickerView..But how can we control the height of the UIPickerView.....

Thanks & Regards...

© Stack Overflow or respective owner

Related posts about customizing

Related posts about uipickerview