-
Notifications
You must be signed in to change notification settings - Fork 919
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
dismissPopover does not work in iOS 14 #1181
Labels
Comments
dostrander
added a commit
to dostrander/KIF
that referenced
this issue
Sep 16, 2020
dostrander
added a commit
to dostrander/KIF
that referenced
this issue
Sep 16, 2020
dostrander
added a commit
that referenced
this issue
Sep 17, 2020
Fix Issue #1181 - `dismissPopover` does not work on iOS 14
Fixed with #1182 |
dostrander
added a commit
to dostrander/KIF
that referenced
this issue
Sep 23, 2020
dostrander
added a commit
to dostrander/KIF
that referenced
this issue
Sep 23, 2020
dostrander
added a commit
to dostrander/KIF
that referenced
this issue
Sep 23, 2020
dostrander
added a commit
to dostrander/KIF
that referenced
this issue
Sep 24, 2020
dostrander
added a commit
to dostrander/KIF
that referenced
this issue
Sep 24, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In iOS 14 there is no
UIDimmingView
that can be detected to dismiss a popover.There is a
_UITouchFallbackView
which we can use to tap and dismiss a popover view.The text was updated successfully, but these errors were encountered: