UINavigationBar高度

发布于 2024-09-01 18:09:04 字数 247 浏览 7 评论 0原文

在我的应用程序中,我使用 UINavigationController。我已将其添加到窗口(MainWindow.xib,带有 IB)并在我的主视图上进行模拟(在 IB 中:模拟用户元素/顶部栏/导航栏)。

导航栏已显示,但其高度不标准。至少在 IB 中,它比已发布的应用程序中的要大。

怎么了?如何将高度恢复到初始状态(如IB)?

PS:我知道我可以直接从代码中设置它。但这种方式看起来就像是“拐杖”。

In my app I work with an UINavigationController. I've added it to the window (MainWindow.xib, with IB) and simulated on my main view (in IB: Simulated User Elements / Top Bar / Navigation Bar).

Navigation bar is displayed, but its height isn't standard. At least in IB it is bigger than in launched app.

What's wrong? And how can I restore height to the initial state (as in IB)?

P.S.: I know that I can set it directly from code. But this way looks like a "crutch".

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

人│生佛魔见 2024-09-08 18:09:04

这是 UINavigationBar 的默认行为。在横向模式下,它显示得很薄(它的高度比纵​​向模式小)。但 Interface Builder 有一个错误 - 它在模拟过程中不会根据界面方向缩小 UINavigationBar。

It is a default behavior of UINavigationBar. In the landscape mode it is displayed thin (it's height is smaller than in the portrait mode). But the Interface Builder has a bug - it doesn't shrink UINavigationBar according to interface orientation during simulation.

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