I\'ve subclassed an UIAlertView as follow:
@interface NarrationAlertView : UIAlertView { UIImage * backgroundImage; //The image I want as custom backgro
I got burned by this too. I ended up writing a replacement class, which I'm sharing on github:
https://github.com/TomSwift/TSAlertView