I have subclassed UINavigationBar and customised the height of navigation-bar. Now it has 108pt height. But in all the screens, I am having the top area of tableview/scrollview behind the custom navigation-bar. I have tried extend edges under top bar
, but it only move 64pt.
Is there any way to move all the contents below the custom navigation bar, without modifying top constraint or setting content insets of every screen?