iPhone - UIToolbar 在弹出时在之前的视图中消失

发布于 2024-07-17 11:02:57 字数 198 浏览 4 评论 0原文

我在我的应用程序中使用导航栏和工具栏。 其中一个屏幕使用透明的工具栏和导航栏,当用户点击屏幕时显示。 一切都工作得很好,除了当我从这个视图控制器执行 popViewController 时。

我以前的 vc 中的工具栏不再可见(当 vc 弹出时我只能看到它一秒钟,然后它就消失了)

有什么想法可能导致此问题吗?

谢谢。

I am using a navbar and toolbar in my application. One of the screens uses transparent toolbar and navbar which show when the user taps the screen. Everything works great except when I do a popViewController from this view controller.

The toolbar in my previous vc is no longer visible (I can see it if only for a second when the vc is popped and then it disappears)

Any ideas what could be causing this?

Thanks.

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

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

发布评论

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

评论(1

夏至、离别 2024-07-24 11:02:57

选项卡栏可能会添加到由子视图控制器控制的视图中,因此当弹出 viewController 时,它会带走工具栏。

如果您希望在导航栏更改视图时保留工具栏,则应该将工具栏添加到窗口中。

The tabbar is probably added to the view controlled by your subview controller so when the viewController is popped, it takes the toolbar with it.

You should add the toolbar to your window if you want it to stay around whilst the navbar changes views.

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