I want to create a custom alert view within my iOS application. For example, I want to put some images in this alert, and change its
alert view
images
alert
Here's a custom alert view that I wrote which is a drop-in replacement for UIAlertView. You can set a custom background image; it wouldn't be hard to extend to support custom background colors.
https://github.com/TomSwift/TSAlertView