martinnormark / HalfModalPresentationController

Modal presentation that takes up half the screen. Swipe down to dismiss.
http://martinnormark.com/presenting-ios-view-controller-as-bottom-half-modal/
MIT License
472 stars 66 forks source link

Swipe down, sometimes up, causes screen to freeze and become unresponsive #23

Open Ryanauger95 opened 5 years ago

Ryanauger95 commented 5 years ago

Trying on XR 12.2, live phone not simulator

ghost commented 5 years ago

@Ryanauger95 You can fix this by mending HalfModalInteractiveTransition module line number 30.

super.wantsInteractiveStart = false

Screen Shot 2019-09-26 at 4 19 41 PM

mazmik25 commented 4 years ago

@aqeelbhat i just want to add your answer

for those of you who wants to add

super.wantsInteractiveStart = false

make sure that your target app is iOS 10 above or you need to wrap it

wzso commented 4 years ago

Still the same on iPhone 8 (iOS 13). @Ryanauger95 Even with after mending. @aqeelbhat

SuperY commented 4 years ago

25 fixed