UIAlertView 应该突出显示不同的按钮
Posted
技术标签:
【中文标题】UIAlertView 应该突出显示不同的按钮【英文标题】:UIAlertView should highlight different button 【发布时间】: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: ""))
这就是它的外观: 感谢您的帮助。
【问题讨论】:
【参考方案1】:看起来您不能简单地更改 UIAlertView 的样式。我认为您需要从外部访问要修改的按钮。因此请参阅以下link。
【讨论】:
以上是关于UIAlertView 应该突出显示不同的按钮的主要内容,如果未能解决你的问题,请参考以下文章
使用javascript按下开始按钮时,我应该如何突出显示textarea中的文本?