Можно ли изменить цвет кнопки отмены на красный, я знаю, что мы можем с помощью деструктивного стиля
let cancelActionButton: UIAlertAction = UIAlertAction(title: "Cancel", style: .Destructive) { action -> Void in
print("Cancel")
}