UINavigationBar 中的持久 UIBarButtonItem?

发布于 2024-09-06 09:42:45 字数 185 浏览 4 评论 0原文

我有一个 UINavigationController 和一个 UIBarButton 来重新加载一些东西。 但是,当我在导航控制器上推送另一个视图时,BarButtonItem 消失了。我怎样才能避免这种情况? 我是否需要在 NavigationController 中添加一些代码,或者为 BarButtonItem 设置属性?

谢谢。

I have an UINavigationController with a UIBarButton to realod something.
However, when I push another view on the Navigation Controller, the BarButtonItem disappears. How can I avoid this?
Do I need to add some code in the NavigationController, or set a property for the BarButtonItem?

Thank you.

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

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

发布评论

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

评论(1

琉璃梦幻 2024-09-13 09:42:45

将按钮添加到每个视图控制器。它们之间仍然会明显交叉淡入淡出(哦,好吧)。

我确信您可以采取很多技巧(例如将子视图直接添加到 UINavigationBar),但这可能会在操作系统版本之间中断。

Add the button to every view controller. It'll still visibly crossfade between them (oh well).

I'm sure there are plenty of hacks you could do (like adding subviews directly to UINavigationBar) but that's likely to break between OS releases.

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