我必须在 UITabBarController 中使用哪些自动调整大小蒙版?
来自 UITabBarController 的文档:
如果根视图控制器是 导航控制器、标签栏 控制器进行进一步调整 到显示的大小 导航内容,这样它就不会 重叠标签栏。有任何意见你 在标签栏界面中显示应该 因此有他们的 autoresizingMask 设置属性以调整视图大小 在任何条件下都适当。
那么,如果我不使用任何笔尖,我必须在这里使用哪种自动调整大小蒙版?
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 don't use any nibs, which autoresizing masks must I use here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight
UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight