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

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -