我正在创建此警报视图并尝试使用委托方法alertViewShouldEnableFirstOtherButton,但它未被调用。 文档说它将在iOS9中弃用,但我使用的是iOS8
var alert = UIAlertView(title: "Edit collection name", message: "", delegate: self, cancelButtonTitle: "Cancel", otherButtonTitles: "OK")
alert.alertViewStyle = UIAlertViewStyle.PlainTextInput
alert.show()
*更新,因为Duncan指出UIAlertView在iOS8中已被弃用。
答案 0 :(得分:0)
UIAlertView在iOS8中已弃用。感谢@Duncan C