iphone - Which autoresizing masks must I use within a UITabBarController? -
If the Root View Controller is a navigation controller, then
tabs from the UITabBarController's docs The bar controller displays the size of the navigation content and adjusts so that it does not overlap the tab bar. Any view that you have displayed in a tab bar interface should therefore be to reset your autoresizing mask property set to look properly under any circumstances.
So, if I do not use any nibb, should I use it here?
UIVUtorisingFluxBibleWidth | UIViewAutoresizingFlexibleHeight
Comments
Post a Comment