如何在UIAlertController中更改一个UIAlertAction的文本颜色,而不是所有操作按钮。
这是我的UIAlertController代码:我想将Delete UIAlertAction文本颜色更改为红色。
*.css
答案 0 :(得分:4)
在删除UIAlertAction的初始值设定项中使用参数style: .destructive
答案 1 :(得分:3)
尝试在presentViewController
optionMenu.view.tintColor = UIColor.redColor()