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