iosuialertviewuialertviewdelegate

Customization default UIAlertView


I want to change default UIAlertView background color for view (gray) to red. How can I do it?


Solution

  • You will not be able to customize the default UIAlertView. Perhaps, you will need to rollup your own one using UIView or look for the one that suits your requirement from this customized alertViews list.

    Maybe, this https://www.cocoacontrols.com/search?utf8=%E2%9C%93&q=AlertView also might help you.