I encountered a problem with this framework, I might be using it wrong somehow but I followed the instructions. I create my navigation controller like this:
self.rootViewController = UINavigationController(navigationBarClass: TONavigationBar.self, toolbarClass: nil)
I'm using the Coordinator patter here so rootViewController is declared as
var rootViewController: UINavigationController
In my detail view controller the navigation bar does not hide, the console output is quite strange, see for yourself

I encountered a problem with this framework, I might be using it wrong somehow but I followed the instructions. I create my navigation controller like this:
self.rootViewController = UINavigationController(navigationBarClass: TONavigationBar.self, toolbarClass: nil)I'm using the Coordinator patter here so rootViewController is declared as
var rootViewController: UINavigationControllerIn my detail view controller the navigation bar does not hide, the console output is quite strange, see for yourself