如何更改iPad中UIActionSheet的宽度?
我想更改 iPad 中 UIActionSheet 的宽度,并且尝试为 UIActionSheet 设置新的框架大小,但没有任何改变。
有什么想法吗?
谢谢。
I want to change the width of UIActionSheet in iPad, and I tried to set a new frame size for the UIActionSheet, but nothing changed.
Any idea ?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信内置 onw 无法实现这一点,您需要创建自己的自定义视图。
参考:调整 UIActionSheet 的大小
I believe that is not accomplished with the built in onw, you need to create your own custom view.
Reference: adjusting the size of a UIActionSheet