UINavigationBar高度
在我的应用程序中,我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是 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.