问题
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?
来源:https://stackoverflow.com/questions/8267349/ios-how-to-change-uinavigationbar-height-and-change-frames-of-the-others-subvie