在我的视图控制器中,我有以下代码来创建UIAlertController
:
var avc = UIAlertController(title: "Location", message: "Please Enter A Location", preferredStyle: UIAlertControllerStyle.Alert)
self.navigationController!.presentViewController(avc, animated: true, completion: nil)
在模拟器中运行它,我看到了
很确定这是 Xcode 6 beta 7 或 swift 中的错误?想法?