apptentive / apptentive-ios

Apptentive Legacy SDK for iOS. See https://github.com/apptentive/apptentive-kit-ios for Version 6.
http://www.apptentive.com/
BSD 3-Clause "New" or "Revised" License
146 stars 103 forks source link

Prevent iOS13 swipe to dismiss #256

Closed juliomb closed 1 year ago

juliomb commented 4 years ago

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.

CaseyApptentive commented 4 years ago

Hi @juliomb ! I'll share your feedback with my product team.

Always love the feedback on how to improve our product.