Can I change colors of the UIAlertController ? A standard color is a blue color. And it\'s much close to the standard iOS apps. If it\'s customizable? How can I
UIAlertController
Just change the tintColor of the underlying view.
[alertController.view setTintColor:[UIColor yellowColor]];