如何更改iPad中UIActionSheet的宽度?

发布于 2024-11-08 15:00:06 字数 102 浏览 0 评论 0原文

我想更改 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

是你 2024-11-15 15:00:06

我相信内置 onw 无法实现这一点,您需要创建自己的自定义视图。

  1. 创建您自己的自定义视图,并按照您的喜好放置所有 10 个按钮。
  2. 使用表格视图来呈现选项。由于表格视图可以滚动,因此您可以获得您喜欢的大小。

参考:调整 UIActionSheet 的大小

I believe that is not accomplished with the built in onw, you need to create your own custom view.

  1. Create your own custom view with all 10 buttons placed just as you liked.
  2. Use a table view to present the options. Since the table view can be scrolled you can get the size you like.

Reference: adjusting the size of a UIActionSheet

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文