0

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

rmaddy
  • 314,917
  • 42
  • 532
  • 579
  • `UIAlertView` isn't customizable. Find a 3rd party replacement that supports customizations. – rmaddy Aug 17 '14 at 16:16

1 Answers1

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