codestergit / SweetAlert-iOS

Live animated Alert View for iOS written in Swift
MIT License
2.05k stars 303 forks source link

Dismiss alert #10

Closed ankahathara closed 9 years ago

ankahathara commented 9 years ago

How to dismiss the alert when user tapped the out side of the alert view ?

codestergit commented 9 years ago

This behavior is not intended to alertview. If you want you can listen to events with touchesBegan and get the touch location outside of alertview and dismiss the alert by calling closeAlert(buttonIndex:Int) with index of whatever button you want.