Tabbarcontroller、NavigationController 和 viewController

发布于 2024-11-16 03:52:15 字数 384 浏览 3 评论 0原文

我制作了一个基于选项卡栏的应用程序,其中有三个选项卡。

每个选项卡都有NavigationController..

在其中一个选项卡中(让我们进入第一个选项卡),我在FirstViewController中有一个UIButton,它是NavigationController的rootViewController..通过单击按钮我导航到第二个ViewController...

现在我切换到第二个选项卡。再次切换回第一个选项卡,我打开了第二个视图控制器。

但我不希望这样......我想在切换回第一个选项卡时继续使用 FirstViewController ...

这可能吗???

如果是的话any1可以帮我解决吗?

任何帮助将不胜感激...

I have made a Tabbar based application in that i have three tab.

each of tab has NavigationController..

In one of the tab (lets take in the 1st tab), i have a UIButton in that FirstViewController that is rootViewController of NavigationController..by clicking on button i navigate to the secondViewController...

Now i switch to second tab. and again switching back to 1st tab i got secondViewController open.

but i don't want that....i want to go on the FirstViewController while switching back to 1st tab...

is it possible ???

if yes then can any1 help me to solve it out??

any Help will be appreciated...

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

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

发布评论

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

评论(1

戒ㄋ 2024-11-23 03:52:15

这是 UITabbar 控制器的默认行为,以便用户可以返回到之前离开的视图控制器。您无法更改它。

That is the default behavior of UITabbar controller,so that the user can go back to the view controller which he had left from earlier.You cannot change it.

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