如何在UIAlertController中更改一个UIAlertAction文本颜色

时间:2016-03-10 00:54:47

标签: swift xcode7 uialertcontroller uialertaction

如何在UIAlertController中更改一个UIAlertAction的文本颜色,而不是所有操作按钮。

这是我的UIAlertController代码:我想将Delete UIAlertAction文本颜色更改为红色。

*.css

2 个答案:

答案 0 :(得分:4)

在删除UIAlertAction的初始值设定项中使用参数style: .destructive

答案 1 :(得分:3)

尝试在presentViewController

之前将此添加到alertController
optionMenu.view.tintColor = UIColor.redColor()