Fix ios 17.1+ issue
Summary
Fix for ios 17.1+ versions when displaying certain UIViewControllers where containerView has not yet been set.
Requirements (place an x in each [ ])
-
[x] I've read and understood the Contributing Guidelines and have done my best effort to follow them.
-
[x] I've read and agree to the Code of Conduct.
-
[x] I've written tests to cover the new code and functionality included in this PR.
@TosinAF @ste57 Could any of you take a look at this small change to support iOS 17.1 and above? The fix is for this issue https://github.com/slackhq/PanModal/issues/202
I don't think I have access to approve pull requests on this repo anymore - I may create a personal fork if this is causing frequent issues
That could be cool. I think this is causing frequent issues.
@oscarcv
The code doesn't work on iPad, do you know the reason?
@oscarcv
The code doesn't work on iPad, do you know the reason?
I have only tested it on iPhone. If you can make a basic project where the problem is reproduced I try to fix
does anybody find solution for iPad?