Can some one tell me how to change the navigation bar height?
Here is what i have so far:
CGFloat navBarHeight = 10; self.navigationController.navi
I have solved this issue, I created the subclass of UINavigationController. In this MainNavigationViewController.m file I rewrite viewDidLayoutSubviews() method, where I set the frame for self.navigationBar