UIAlertView/UIAlertController iOS 7 and iOS 8 compatibility

后端 未结 14 1494
暗喜
暗喜 2020-11-28 22:31

I am using Swift to write an app and I need to show an alert. The app must be iOS 7 and iOS 8 compatible. Since UIAlertView has been replaced with UIAlert

14条回答
  •  [愿得一人]
    2020-11-28 22:53

    If you want to be compatible with iOS 7, just don't use UIAlertController. Simple as that.

    UIAlertView has not been replaced, it still works perfectly and will continue to work perfectly for the foreseeable future.

提交回复
热议问题