I need to have a custom view controller with the same functionality as the UINavigationController. Why I don't use the standard one is because I really need a custom NavigationBar (more than 2 buttons, title and subtitle, different height, etc etc...)
I am trying to implement a custom ViewController with a view acting a s a header, but I can't really get same functionality as the original UINavigationViewController...
How will you implement this?I have spent 2 days playing around (first modifying the appearance of the navigation bar, then creating a custom navigation bar and today creating a custom ViewController)