Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set dismissByTap to false is not working #37

Closed
hstdt opened this issue Nov 30, 2021 · 1 comment
Closed

Set dismissByTap to false is not working #37

hstdt opened this issue Nov 30, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@hstdt
Copy link

hstdt commented Nov 30, 2021

Describe the bug
tapGesterRecognizer is initialized before dismissByTap is set to false.

To Reproduce

let alertView = SPAlertView(title: "", preset: .spinner) // tapGesture is added to view
alertView.dismissByTap = false // will not work
alertView.present()

CleanShot 2021-11-30 at 19 54 21

@hstdt hstdt added the bug Something isn't working label Nov 30, 2021
@ivanvorobei
Copy link
Member

Thanks for reported!
Fixed in 3.5.1 version, please, update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants