-
Notifications
You must be signed in to change notification settings - Fork 531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix ios 17.1+ issue #204
base: master
Are you sure you want to change the base?
Fix ios 17.1+ issue #204
Conversation
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. |
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? |
부터 dest viewController가 노출되지 않는 이슈 수정 사항 적용 (slackhq#204)
Summary
Fix for ios 17.1+ versions when displaying certain UIViewControllers where
containerView
has not yet been set.Requirements (place an
x
in each[ ]
)I've read and understood the Contributing Guidelines and have done my best effort to follow them.
I've read and agree to the Code of Conduct.
I've written tests to cover the new code and functionality included in this PR.