I want to change default UIAlertView background color for view (gray) to red. How can I do it?
Asked
Active
Viewed 152 times
0
-
`UIAlertView` isn't customizable. Find a 3rd party replacement that supports customizations. – rmaddy Aug 17 '14 at 16:16
1 Answers
1
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.

GenieWanted
- 4,473
- 4
- 24
- 35