AlertView委托方法alertViewShouldEnableFirstOtherButton不称为Swift

时间:2015-06-29 14:42:55

标签: ios xcode swift uialertview

我正在创建此警报视图并尝试使用委托方法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中已被弃用。

1 个答案:

答案 0 :(得分:0)

UIAlertView在iOS8中已弃用。感谢@Duncan C