Sumi-Interactive / SIAlertView

An UIAlertView replacement with block syntax and fancy transition styles.
MIT License
2.51k stars 424 forks source link

Crashing when using in openURL method #68

Open front9tech opened 10 years ago

front9tech commented 10 years ago

Hi I am using SIAlertView in my AppDelegate when this is called:

- (BOOL)application:(UIApplication *)application
            openURL:(NSURL *)url
  sourceApplication:(NSString *)sourceApplication
         annotation:(id)annotation

I am just using the basic integration and getting an EXC_BAD_ACCESS as the SIAlertView is shown. Any ideas as to what may be causing this?

Thanks for your help.