I'm trying to extend the height of my navigation bar but whenever I change the height, the title and items moves along with it.
Using setTitleVerticalPositionAdjustment
I can make the title stay in place but that only works for the title. How can I make the rightBarButtonItem stay in place like the title?
I've also tried to change the frame of the customView of the UIBarButtonitem
but that didn't work either.
Perhaps I could subclass the navigation bar and add some auto layout to the title label, left and right bar button items?