Skip to content

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

@ntcw

Description

@ntcw

[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
    }
}`

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions