apptentive-ios
apptentive-ios copied to clipboard
Prevent iOS13 swipe to dismiss
We would like to prevent swipe-to-dismiss to happen on iOS13 because some users are dismissing surveys by mistake. It can be easily achieve doing
viewController.isModalInPresentation = true
but since we don't have a reference to the ViewController
, we can't make the change.
Thanks in advance.
Hi @juliomb ! I'll share your feedback with my product team.
Always love the feedback on how to improve our product.