I have a UINavigationController in a storyboard which is not using AutoLayout. With the status bar visible the actual height of the UINavigationBar is 64.0 and yet when I log self.navigationBar.frame.size.height
I get 44.0. How do I get the actual height of the UINavigationBar?
I'm using Xcode 7.3 and the storyboard builds for iOS 6.