I'm using a UINavigationController
, which has a UINavigationBar
.
When I call and hide the UIStatusBar, the navigationBar
reduces in size to 44pts
. I don't want this to happen, I want it to retain the size of 64pts
.
Is this even Possible? Could I do some workaround to hard code that size?