带有非关闭按钮的 UIActionSheet
我想像往常一样使用一个普通的“取消”按钮升起一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不相信你可以用 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!