Subclassed UIAlertView not drawn correctly in iOS 4.2

前端 未结 3 563
北海茫月
北海茫月 2021-01-07 01:16

I\'ve subclassed an UIAlertView as follow:

@interface NarrationAlertView : UIAlertView {
    UIImage * backgroundImage; //The image I want as custom backgro         


        
3条回答
  •  孤城傲影
    2021-01-07 02:20

    I got burned by this too. I ended up writing a replacement class, which I'm sharing on github:

    https://github.com/TomSwift/TSAlertView

提交回复
热议问题