美文网首页
UIAlertView和UIAlertViewControlle

UIAlertView和UIAlertViewControlle

作者: Smallwolf_JS | 来源:发表于2019-02-19 14:23 被阅读4次

iOS9之后就弃用了UIAlertView
UIAlertView可以解决同时弹出两个弹窗的问题,但是UIAlertView的实现机制会改变keyWindow
如果使用keyWindow的获取应用控制器的时候,最好将keyWindow改成elegate.window,因为keyWindow是会变动的

iOS9之后Apple开始建议使用UIAlertViewController
使用UIAlertController并不会改变keyWindow
不能弹出两个控制器

关于keyWindow和delegate.window的区别

相关文章

网友评论

      本文标题:UIAlertView和UIAlertViewControlle

      本文链接:https://www.haomeiwen.com/subject/jhaxyqtx.html