SwiftKickMobile / SwiftMessages

A very flexible message bar for UIKit and SwiftUI.
MIT License
7.3k stars 742 forks source link

Disable background tap to dismiss #374

Closed divyeshmakwana96 closed 4 years ago

divyeshmakwana96 commented 4 years ago

Is there a way to disable dismiss behavior on background tap while using SwiftMessagesSegue? Setting up interactiveHide = false only disables pan gesture. Thank you!!

wtmoose commented 4 years ago

dimMode = .gray(interactive: false)

divyeshmakwana96 commented 4 years ago

@wtmoose Awesome!! Such a quick reply, thanks