UINavigationBar with Large Titles - how to find extra height in iOS 11
问题 When using prefersLargeTitles for a UINavigationController 's UINavigationBar in iOS 11 , the nav bar increases height. The increase is from 44 to 96 on the iPhones I have checked, but I think those numbers can change per device (or at least we need to code as if they can). I want to programmatically find the 'extra' height - the height of the large titles area that is added beneath the traditional UINavigationBar when a large title is displayed. I can easily find the entire height of the bar