We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, Presenting a navigation controller with: Background clear ModalPresentationStyle = overFullScreen
The vc under the new vc is black when I move the upper vc, disabling hero I see it correctly if I move the upper
The text was updated successfully, but these errors were encountered:
Any sulotions? I have the same question
Sorry, something went wrong.
navigation.hero.modalAnimationType = .selectBy(presenting: .fade, dismissing: .none) navigation.hero.navigationAnimationTypeselectBy(presenting: .push(direction: .left), dismissing: .pull (direction: right)) navigation.modalPresentationStyle = .overFullScreen navigation.modalPresentationCapturesStatusBarAppearance = true navigation.view.isOpaque = false navigation.view.backgroundColor = .clear
How about trying to use useNoSnapShot? The useNoSnapShot modifier does not create a black snapshot.
No branches or pull requests
Hi,
Presenting a navigation controller with:
Background clear
ModalPresentationStyle = overFullScreen
The vc under the new vc is black when I move the upper vc, disabling hero I see it correctly if I move the upper
The text was updated successfully, but these errors were encountered: