我启动xcode 9和Swift 4后出现此错误
API error: (null) returned 0 width, assuming UIViewNoIntrinsicMetric
我的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)
}
这是警报控制器的功能。