I am using a PanModal view controller that is 50% height of the device screen. I then present another view controller on top of it using iOS default self.present(). The reason I am using present() and not using PanModal is because I am using a separate transitions library that requires me to use present()
Once I present the view controller using Present, the PanModal view controller changes itsself to full screen and all touches and scroll events are disabled.
What type of issue is this?
[ x] bug
[x ] question
Requirements
[ x] I've read and understood the Contributing guidelines and have done my best effort to follow them.
Description
I am using a PanModal view controller that is 50% height of the device screen. I then present another view controller on top of it using iOS default
self.present()
. The reason I am using present() and not using PanModal is because I am using a separate transitions library that requires me to usepresent()
Once I present the view controller using Present, the PanModal view controller changes itsself to full screen and all touches and scroll events are disabled.
What type of issue is this?
Requirements
Bug Report
Filling out the following details about bugs will help us solve your issue sooner.
Reproducible in: latest
PanModal version: latest
iOS version: Using 14+
Steps to reproduce:
Expected result:
I expected the PanModal view to be untouched
Actual result:
The PanModal presented view controller gets stretched to full screen and fully breaks pan functionality