我必须在 UITabBarController 中使用哪些自动调整大小蒙版?

发布于 2024-09-05 22:12:00 字数 252 浏览 3 评论 0原文

来自 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

混浊又暗下来 2024-09-12 22:12:00

UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight

UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文