wimagguc / ios-custom-alertview

Custom UIAlertView. Continue adding images and UIViews to dialogs in iOS7+
Other
1.66k stars 394 forks source link

CustomIOS7AlertView Bad_Access crash when setting the buttons #53

Open TomHaygarth opened 10 years ago

TomHaygarth commented 10 years ago

Hi, I seem to be getting a Bad_Access crash whenever I set the buttons of the Custom AlertView. I noticed in another bug reported (https://github.com/wimagguc/ios-custom-alertview/issues/32) it was asked if the project was an arc based one.

However my project is not an arc based one, and I cannot change it because I'm using it as part of an iOS plugin for Unity3D which generates and uses non arc supported code.