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.
When trying to create a UINavigationController in the following manner:
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.