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?