-
Notifications
You must be signed in to change notification settings - Fork 275
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
IOS14 XCODE BETA 4 : Return black screen after dismiss CardView #140
Comments
I'm having the same issue! Does anyone have any fixes? |
see issue |
I was able to get it working! It's so smooth and fluid! |
having same black screen issue after dismiss present View ? please anyone help |
In the function "shouldPresent" of file Card.swift add the following code: it worked for me |
Hi there,
Version : Xcode 12 beta4 with IOS 14
Issue : Return to black screen after dismiss detail view
tried to change cardContentVC.modalPresentationStyle = (.fullScreen) but not working for me
The text was updated successfully, but these errors were encountered: