开发者

How to change the dimensions of picker view? [duplicate]

开发者 https://www.devze.com 2023-03-07 19:03 出处:网络
This question already has answers here: 开发者_运维百科 Closed 11 years ago. Possible Duplicate: How to decrease the height of the Uipickerview?
This question already has answers here: 开发者_运维百科 Closed 11 years ago.

Possible Duplicate:

How to decrease the height of the Uipickerview?

In my application I want to change the height of the picker view. Please give me any information.


Use the .frame property and set the CGRect.

[picker setFrame: CGRectMake(0, 120, 320, 215) ];

CGRectMake ( x, y, width, height)
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号