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

Screen came black in ios 13 #116

Open
baluchamy opened this issue Jan 29, 2020 · 4 comments
Open

Screen came black in ios 13 #116

baluchamy opened this issue Jan 29, 2020 · 4 comments

Comments

@baluchamy
Copy link

I am trying your solution but it not work for me

@mayuritalaviya
Copy link

I am also facing the same issue but still not get any solution.
After so many trails I know that this is because of iOS-13 new SceneDelegate. But not able to fix the issue.
From April 2020 Onward Apple accepts only Xcode 11 uploaded build. So before that, I want to fix this issue.

It would be great if someone has a proper solution.

@DnyaneshwarWagh
Copy link

set presentation style to "Full Screen" of all your MenuContainerViewController, MenuViewController & SideMenuItemContent

@torunf
Copy link

torunf commented Feb 26, 2020

set presentation style to "Full Screen" of all your MenuContainerViewController, MenuViewController & SideMenuItemContent

yes worked for me

after that

menuViewController = self.storyboard!.instantiateViewController(withIdentifier: "NavigationMenu") as? MenuViewController

add this line :
menuViewController.modalPresentationStyle = .fullScreen

@balamithun
Copy link

menuViewController.modalPresentationStyle = .fullScreen

This really worked in my project.
Solution for InteractiveSideMenu pod Black Screen.
Thanks for your work @torunf 👏🏻👏🏻👏🏻👏🏻appreciated.

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