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

DismissByTap always true #22

Closed
salvatoreboemia opened this issue Jun 2, 2020 · 1 comment
Closed

DismissByTap always true #22

salvatoreboemia opened this issue Jun 2, 2020 · 1 comment

Comments

@salvatoreboemia
Copy link

salvatoreboemia commented Jun 2, 2020

Hi

alertView.dismissByTap = false

return always true

this is my code (I call in a function)

   `let alertView = SPAlertView(title: "Hi", message: "Hi")

    alertView.dismissByTap = false

    alertView.duration = 3

    alertView.haptic = .success 

    alertView.present()`

Any suggestion?

Thanks

@ivanvorobei
Copy link
Member

Fixed in 3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants