【发布时间】:2015-09-02 15:39:01
【问题描述】:
我有一个UIAlertView 突出显示取消按钮,但它应该突出显示另一个。切换按钮不是一种选择。
这就是我初始化警报的方式:
let downloadAlert = UIAlertView(title: NSLocalizedString("Title", comment: ""),
message: NSLocalizedString("Message", comment: ""),
delegate: self,
cancelButtonTitle: NSLocalizedString("Cancel", comment: ""),
otherButtonTitles: NSLocalizedString("Okay", comment: ""))
【问题讨论】:
标签: swift uialertview