如何以编程方式获取 UINavigationBar.navigationItem 的高度?

发布于 2024-11-03 09:49:38 字数 206 浏览 1 评论 0原文

我正在创建一个自定义 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 技术交流群。

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

发布评论

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

评论(1

薄暮涼年 2024-11-10 09:49:38

不确定这是否是您所需要的。

self.navigationController.navigationBar.frame.size.height

Not sure if this is what you need.

self.navigationController.navigationBar.frame.size.height

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