标签栏控制器项的访问对象

发布于 2024-12-04 05:46:05 字数 117 浏览 1 评论 0原文

我有 4 个选项卡栏项目。他们每个人都有自己的navigationController。我正在尝试从选项卡(2)设置选项卡(1)rootViewController 的属性。如何取回 tab1(rootVC) 类的实例?

I have 4 tab bar item. Each of them will have its own navigationController within it. I am trying to set a property of tab(1) rootViewController from tab(2). How do I get the instance of tab1(rootVC) class back?

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

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

发布评论

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

评论(2

楠木可依 2024-12-11 05:46:06

我想这会对你有帮助

[[self.tabBarController setSelectedIndex:0];

I think it will help you

[[self.tabBarController setSelectedIndex:0];
流星番茄 2024-12-11 05:46:05

我想用这条线......

[[tabBarController setSelectedIndex:0];

i think use this line.....

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