HalfModalPresentationController
HalfModalPresentationController copied to clipboard
Swipe down, sometimes up, causes screen to freeze and become unresponsive
Trying on XR 12.2, live phone not simulator
@Ryanauger95 You can fix this by mending HalfModalInteractiveTransition module line number 30.
super.wantsInteractiveStart = false

@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
Still the same on iPhone 8 (iOS 13). @Ryanauger95 Even with after mending. @aqeelbhat
#25 fixed