使用Swift 4 UIAlertController返回API错误:(null)返回0宽度,假设UIViewNoIntrinsicMetric

时间:2017-07-27 10:34:53

标签: ios swift uialertcontroller swift4

我启动xcode 9和Swift 4后出现此错误

API error: (null) returned 0 width, assuming UIViewNoIntrinsicMetric

enter image description here

我的alertController运行良好,但在控制台中我收到警告或错误。我不知道为什么会这样。

@objc func bananeamk(){
    let alert = UIAlertController(title: "Eee", message: "unuttuysan banane amk", preferredStyle: .alert)
    let alertButton = UIAlertAction(title: "De sixtir git", style: .cancel, handler: nil)
    alert.addAction(alertButton)
    self.present(alert, animated: true, completion: nil)

}

这是警报控制器的功能。

0 个答案:

没有答案