2 UIAlertView 有 3 个按钮?
我想知道如何制作 2 个 UIAlertView,带有 3 个按钮,UIAlertViews(2) 需要不同,选项和操作...如何???
I wanna know how can I make 2 UIAlertView, with 3 buttons, the UIAlertViews(2) needs be different, the options and the actions... how ???
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
试试这个:
然后对下一个alertView执行相同的操作,只需将标记更改为2
然后运行此方法
另外 - 确保包含
UIAlertViewDelegate
Try this:
then do the same for the next alertView, just change the tag to 2
Then just run this method
Also - make sure you include the
UIAlertViewDelegate
只需检查alertviews(4)委托方法中的2,哪个alertviews负责调用该方法(1)。
Just check 2 in the alertviews(4) delegate method which alertviews was responsible for the method to be called(1).
UIAlertview delegates在ios 9.0中已被弃用
此外,当您添加超过2个按钮时,它们将由IOS垂直分配。
您可以简单地使用 UIAlertController
UIAlertview delegates are deprecated in ios 9.0
Also when you add more then 2 buttons, they will be vertically assigned by IOS.
you can do with simply UIAlertController