如何以编程方式获取 UINavigationBar.navigationItem 的高度?
我正在创建一个自定义 UIToolbar
来用作 UINavigationBar.navigationitem.titleView
属性中的 UIView
。我想通过获取 .navigationitem 的当前高度来将工具栏高度调整为 .navigationitem 的高度,而不是对其进行硬编码。有没有办法获取高度值?
I am creating a custom UIToolbar
to use as a UIView
in the UINavigationBar.navigationitem.titleView
property. I would like to size the toolbar height to that of the .navigationitem by obtaining the current height of the .navigationitem rather than hard code it. Is there a way to obtain the height value?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不确定这是否是您所需要的。
self.navigationController.navigationBar.frame.size.height
Not sure if this is what you need.
self.navigationController.navigationBar.frame.size.height