Earlier I asked the question UIAlertController image how to add to the picture, it was added, but for some reason it is completely blue, is it possible to somehow somehow remove the style?
let image = UIImage(named: "myAlertImage") var action = UIAlertAction(title: "title", style: .Default, handler: nil) action.setValue(image, forKey: "image") alertController.addAction(action)