sparrowcode / AlertKit

Native alert from Apple Music & Feedback. Contains Done, Heart & Message and other presets.
https://sparrowcode.io/frameworks
MIT License
2.39k stars 133 forks source link

DismissByTap always true #22

Closed salvatoreboemia closed 3 years ago

salvatoreboemia commented 4 years ago

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 commented 3 years ago

Fixed in 3.0