标签: objective-c cocoa-touch ios uipickerview
可能重复: How to decrease the height of the Uipickerview?
在我的应用程序中,我想更改选择器视图的高度。请给我任何信息。
答案 0 :(得分:0)
使用.frame属性并设置CGRect。
.frame
CGRect
[picker setFrame: CGRectMake(0, 120, 320, 215) ]; CGRectMake ( x, y, width, height)