如何在UIAlertSheet中单独更改每个按钮的颜色?

时间:2017-06-07 08:52:53

标签: objective-c swift

如何替换AlertSheet中单个按钮的颜色?

enter image description here

1 个答案:

答案 0 :(得分:0)

如果您想使用破坏性按钮,可以将样式更改为破坏性。

以下示例将删除红色;

self.optionAlertController.addAction(UIAlertAction(title: "Delete", style: .destructive, handler: { (action: UIAlertAction!) in