My application uses a black navigation bar and other custom colors for various UI components and the dark-blue tinted alert views look really out of place.
I'd like to make the alert view translucent black without having to resort to using an image file.
I'm not opposed to generating the UIImage, since I get that the only way to change the background is to use a UIImage, but all of my attempts (based on question 1 below) just make a solid black rectangle behind the alert view (the corners aren't rounded.)
Related but not duplicate:
The first one uses an image "Background.png" in order to set that as the background. The second question links to the first one and claims the OP shouldn't do it.