I feel that the navigation bar in my app would be better off with a greater height than what is provided as is by default. Is changing the height of the navigation bar possible?
And if possible, is it permissible under the HIG? I scanned through the HIG document which places restrictions on many things but I couldn’t find anywhere where it says the bar must be the default height. Can anyone confirm?
Thanks!
you can change your navigation bar height and style. in my apps for example when i need a custom navigation bar i just set the navigationController’s navigationBarHidden property to YES and add an UIView subclass that has the desired height, background, buttons..etc.