wimagguc / ios-custom-alertview

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

Added an extra functionality:(BOOL) closeOnTouchUpOutside #107

Closed logicxd closed 8 years ago

logicxd commented 8 years ago

Additional Function: Close AlertView when touched outside the bounds.

I wanted to use a function to close the alertview whenever I touch outside the view so that I wouldn't need to have a button. This is just an additional function that I thought might be useful.

gif

Changes

wimagguc commented 8 years ago

Works like a charm, thanks!

logicxd commented 8 years ago

Glad I could help!