iOS. How to change UINavigationBar height and chan

2019-08-29 12:34发布

问题:

I use navigation-based application and for example have some viewControllers with UITableView. if I change the UINavigationBar height then I must change the frames of the other elements manually for each viewController.

Are there any common solutions of this problem?