Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

UI7NavigationController does not populate view #114

@BrettThePark

Description

@BrettThePark

When trying to create a UINavigationController in the following manner:

[[UINavigationController alloc] initWithNavigationBarClass:nil toolbarClass:nil];

the end result is that the root view controller's view is not added to the view hierarchy and results in nothing visible on the screen. The setter/getter for the navigationBarClass appear to be the issue as commenting them out allows the view to be visible once again.

//NSAPropertyGetter(navigationBarClass, @"_navigationBarClass");
//NSAPropertyAssignSetter(setNavigationBarClass, @"_navigationBarClass");

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions