标签: objective-c swift
如何替换AlertSheet中单个按钮的颜色?
答案 0 :(得分:0)
如果您想使用破坏性按钮,可以将样式更改为破坏性。
以下示例将删除红色;
self.optionAlertController.addAction(UIAlertAction(title: "Delete", style: .destructive, handler: { (action: UIAlertAction!) in