开发者

Which autoresizing masks must I use within a UITabBarController?

From the docs of UITabBarController:

If the root view controller is a navigation controller, the tab bar controller makes further adjustments to the size of the displayed navigation content so that it does not overlap the tab bar. Any views you display in a tab bar interface should therefore have their autoresizingMask property set to resize the view appropriately under any conditions.

so, if I do开发者_运维问答n't use any nibs, which autoresizing masks must I use here?


UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜