Ipad ShareKit 的 UIActionsheet 问题

发布于 2025-01-02 21:00:23 字数 147 浏览 1 评论 0原文

Sharekit 的初始 UIActionsheet 在 Iphone 上显示电子邮件、Twitter 和 Facebook 项目以及“取消”,

但是移植到 Ipad 的相同代码现在其 UIActionsheet 上缺少“取消”选项。

这是为什么。

The Sharekit's initial UIActionsheet displays the items Email, Twitter and Facebook and Cancel on Iphone

However the same code ported to Ipad now the Cancel option is missing on its UIActionsheet.

why is that.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

稚气少女 2025-01-09 21:00:23

您是否在弹出窗口中使用操作表?弹出窗口的标准关闭交互是触摸其外部。弹出操作表中很少有“取消”按钮,Apple 的 HIG 建议不要这样做。

Are you using the action sheet in a popover? The standard dismiss interaction for a popover is touching outside of it. There is rarely a "cancel" button in a popover action sheet, and Apple's HIG recommends against it.

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