sparrowcode / AlertKit

Native alert from Apple Music & Feedback. Contains Done, Heart & Message and other presets.

Home Page:https://sparrowcode.io/frameworks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DismissByTap always true

salvatoreboemia opened this issue · comments

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

Fixed in 3.0