Skip to content
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

Open
WhiteAvocad0 opened this issue Aug 7, 2020 · 5 comments
Open

Comments

@WhiteAvocad0
Copy link

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

@domogami
Copy link

domogami commented Aug 12, 2020

I'm having the same issue! Does anyone have any fixes?
Version: Xcode 11 with iOS 13
Issue: Returns a black screen after dismissing detail view
Also attempted changing the cardContentVC.modalPresentationStyle = .fullScreen

@coderluka
Copy link

see issue
it worked for me
Cheers!

@domogami
Copy link

domogami commented Oct 8, 2020

I was able to get it working! It's so smooth and fluid!

@santespatel
Copy link

having same black screen issue after dismiss present View ?

please anyone help

@Dreamer4ik
Copy link

In the function "shouldPresent" of file Card.swift add the following code:
under detailVC.isFullscreen = fullscreen
need add
if fullscreen {
detailVC.modalPresentationStyle = .fullScreen
}
else {
detailVC.modalPresentationStyle = .currentContext
}

it worked for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants