Skip to content
This repository was archived by the owner on Jan 5, 2020. It is now read-only.
This repository was archived by the owner on Jan 5, 2020. It is now read-only.

UINavigationBar is not in night mode when presented like this #32

@halpz

Description

@halpz

the resulting navigation controller has a .normal mode colour even when night mode is enabled

func addPressed() {
        let newItemView = AddItemViewController()
        let nav = UINavigationController(rootViewController: newItemView)
        present(nav, animated: true, completion: nil)
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions