How to change UINavigationBar height with code int iOS8 swift?
I've tried using:
UINavigationBar.resizableSnapshotViewFromRect
UINavigationBar.drawViewHierarchyInRect
UINavigationBar.frameForAlignmentRect
None of these seem to accomplish this.