wimagguc / ios-custom-alertview

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

didmiss alert view when outside of View is clicked #81

Open suvarnaratna opened 9 years ago

suvarnaratna commented 9 years ago

I am using Customalertview to display an alert. I want to close alert view when clicked on outside of the alert. Any help how to proceed?

atomhax commented 8 years ago

I wrote some custom code to get this to work. I can do a pull request if the author wishes but I don't know if that's their end goal when a custom solution is so readily do-able.