gpt4 book ai didi

ios - UIAlertController EXC_BAD_ACCESS 错误 - Swift

转载 作者:搜寻专家 更新时间:2023-10-30 22:22:14 25 4
gpt4 key购买 nike

我正在尝试在 Swift 中使用 UIAlertController 和 iOS 7,当警报出现时我不断收到以下错误:EXC_BAD_ACCESS(代码 = 1,地址 = 0x10)

这是警报的代码。

var alert:UIAlertController = UIAlertController(title: "Ooops", message: "Please Fill In Everything", preferredStyle: UIAlertControllerStyle.Alert)
alert.addAction(UIAlertAction(title: "OK", style: UIAlertActionStyle.Default, handler: nil))
self.presentViewController(alert, animated: true, completion: nil)

最佳答案

UIAlertController仅在 iOS 8.0 之后可用。您仍然应该改用 UIAlertView

关于ios - UIAlertController EXC_BAD_ACCESS 错误 - Swift,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24164904/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com