UINavigationController 半透明条下方的子 UIView
我的 UINavigationViewController 的根视图很好地位于半透明导航栏的下方。但是,当我推送子视图时,它们会在导航栏下方对齐。怎么会?
The root view of my UINavigationViewController sits nicely underneath the the translucent nav bar. However when I push child views, they get aligned below the nav bar. How come?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
UINavigationController 的视图的起源位于导航栏下方,最有可能确保控制器始终以相同的方式工作。也许这会有所帮助:
导航控制器透明栏样式不起作用
The UINavigationController's view has its origin below the navbar, most likely to make sure the controller always works the same way. Maybe this'll help:
Navigation Controller Transparent Bar Style is not working