我们可以直接在 iPad 应用程序中使用 UIPicker 吗?
我们可以直接在 iPad 应用程序中使用 UIPicker 吗?我试图显示 Pickerview。但我感觉它的尺寸与iPad尺寸相比非常小。我也无法增加它的高度和宽度。
Can we use the UIPicker directly in an iPad Application? I tried to show a Pickerview. But I felt it very small in size compared to the iPad Dimension. I was also not able to increase its height and width.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我在 iPad 人机界面指南...
因此,正如苹果公司建议的那样,最好在弹出窗口中而不是在普通视图中呈现选择器。
I found the following lines in the iPad Human interface Guidelines...
So as Apple suggests it is good to Present the Picker in a popover rather than in a plain view.
是的,您可以在 iPad 应用程序中使用它。我不会改变它的高度和宽度,因为视觉元素是设置为固定大小的。但是,如果您愿意,可以通过 initWithFrame 来完成,如下所示:
Yes, you can use it in your iPad application. I wouldn't change it's height and width because the visual elements are setup for a fixed size. But, if you want to you can do it through initWithFrame like so: