I need to create a custom NavigationBar. in particular i need to have a navBar with these features:
80 px height instead 64 (navBar + statusBar);
with an image that occupies the entire surface (80 px height);
with a segmented control in the bottom of the navBar.
I tried to search for a tutorial, but i don't find anything...
EDIT: this partially solve my question How do I change UINavigationBar height programmatically?. Is there a way to make func setNavBarToTheView() working global for all navBar of my application?