UITabBarController UINavigationController 内部的内存管理问题

发布于 2024-07-15 22:02:13 字数 223 浏览 1 评论 0原文

我必须在 UINavigationController 中使用 UITabBarController 。 一切似乎都是正确的,但如果我记录选项卡的 dealloc 调用,就会发生一些奇怪的事情。

如果我不触摸任何东西,只是后退按钮,则会调用每个选项卡的所有释放。 如果我切换到任何其他选项卡,然后点击后退按钮,第一个选项卡的释放将不会被调用,但其他选项卡会被调用。

这有什么问题吗?

I have to use a UITabBarController inside UINavigationController. Everything seems to be right, but if i log the dealloc calls of the tabs some strange thing happens.

If I don't touch eanything just the back button, all dealloc of each tabs are called.
If I switch to any other tab and than I tap the back button the dealloc of the first tab won't be called but the others will.

What can be wrong whit that?

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

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

发布评论

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

评论(1

美煞众生 2024-07-22 22:02:13

看看这个SO问题。 基本上,导航控制器内的选项卡栏控制器不受正式支持,但您可以通过使用不带 UITabBarController 的选项卡栏来模仿该行为。

Take a look at this SO question. Basically, a tab bar controller inside a nav controller isn't officially supported, but you can mimic the behavior by using a tab bar without a UITabBarController.

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