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

Modal Presentation Style on RootViewController has no effect in coordinator #18

Open
ntcw opened this issue Jun 4, 2021 · 0 comments
Open
Assignees

Comments

@ntcw
Copy link

ntcw commented Jun 4, 2021

[Assert] Setting modalPresentationStyle once presentationController has been accessed will have no effect until <UINavigationController: 0x7f918a064a00> is presented, dismissed, and presented again.

`public init(rootViewController: UIViewController = UIViewController()) {
self.rootViewController = rootViewController

    super.init()
    
    if rootViewController.presentationController?.delegate == nil {
        rootViewController.presentationController?.delegate = self
    }
}`
@draskovits draskovits self-assigned this Jun 4, 2021
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

2 participants