如何更改选择器视图的尺寸?

时间:2011-05-24 06:43:43

标签: objective-c cocoa-touch ios uipickerview

  

可能重复:
  How to decrease the height of the Uipickerview?

在我的应用程序中,我想更改选择器视图的高度。请给我任何信息。

1 个答案:

答案 0 :(得分:0)

使用.frame属性并设置CGRect

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

CGRectMake ( x, y, width, height)