iOS9 中 alertView 的使用

"UIAlertView is deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleAlert instead"

这是在UIAlertView苹果官方文档中话,意思是:UIAlertView已经废弃了,使用UIAlertController代替,并且传递UIAlertControllerStyleAlert参数。

在Xcode中输入UIAlertView的前几个字母时,已经不再提示,并且UIAlertView被划上红线

iOS9 中 alertView 的使用iOS9 中 alertView 的使用

如图,但是还是可以使用,下面就使用UIAlertController来实现

iOS9 中 alertView 的使用

上一篇:Java 通过getbean取出的类为什么要强转为接口类


下一篇:iOS开发多线程篇—线程间的通信(转)