我有一个UIAlertView
突出显示取消按钮,但它应突出显示另一个按钮。切换按钮不是一种选择。
这是我初步化警报的方式:
let downloadAlert = UIAlertView(title: NSLocalizedString("Title", comment: ""),
message: NSLocalizedString("Message", comment: ""),
delegate: self,
cancelButtonTitle: NSLocalizedString("Cancel", comment: ""),
otherButtonTitles: NSLocalizedString("Okay", comment: ""))