sparrowcode / AlertKit

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

Set dismissByTap to false is not working #37

Closed hstdt closed 2 years ago

hstdt commented 2 years ago

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

ivanvorobei commented 2 years ago

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