开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜