dogo / SCLAlertView

Beautiful animated Alert View. Written in Objective-C
MIT License
3.5k stars 534 forks source link

Added, when user taps anywhere, dismiss alertWindow #263

Closed Maryom closed 6 years ago

Maryom commented 6 years ago
Fixes issue #.
This PR changes:
dogo commented 6 years ago

@Maryom This functionality already can be achieved by:

SCLAlertView properties

//Dismiss on tap outside (Default is NO)
alert.shouldDismissOnTapOutside = YES;
Maryom commented 6 years ago

Great 👍

Sorry I didn't notice that it's in readme.

I think no need for this PR.

Thanks.

dogo commented 6 years ago

No problem :)