带有非关闭按钮的 UIActionSheet

发布于 2024-10-17 20:48:19 字数 159 浏览 1 评论 0原文

我想像往常一样使用一个普通的“取消”按钮升起一个 UIActionSheet,但有一些非关闭按钮,因为操作表上​​的所有按钮在按下时都会关闭该表。 我尝试使用 addSubView 添加 UIButtons 但我在处理 ActionSheet 大小时遇到​​了困难。 有什么建议吗?

泰!

I want to rise a UIActionSheet with one normal "Cancel" button as usual, but with a few non-dismissing buttons, as all buttons on action sheet dismiss the sheet when touched down.
I've tried to add UIButtons using addSubView but Im having a tough time dealing with the ActionSheet size.
Any advice?

TY!

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

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

发布评论

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

评论(1

强辩 2024-10-24 20:48:19

我不相信你可以用 UIActionSheet 来做到这一点。

但是,您可以创建自己的视图(看起来像 ActionSheet)并将其添加到相关视图中。添加一些核心动画,使其上下滑动和中提琴!您将拥有一个自定义的 UIActionSheet!

I don't believe you can do this with a UIActionSheet.

You could however create your own view that looks like an ActionSheet and add it to the View in question. Add some core animation to make it slide up and down and viola! You'd have a custom UIActionSheet!

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