gpt4 book ai didi

ios - 如何跳转到 iOS 中的任何其他 Controller ?

转载 作者:行者123 更新时间:2023-12-01 18:56:39 24 4
gpt4 key购买 nike

我的 Storyboard结构如下:
enter image description here

A 是导航 Controller
B 是一个标签栏 Controller
C,D,E 是 View Controller
F,G,H,I,J 是 View Controller

如果现在我在我上,并且我按下了一个按钮然后我回到 C.How do that?
我尝试在 I 和 C 之间进行切换,但是 C 有一个后退按钮,你按下它,你回到 I。
我不想要那个。当我从 I 来到 C 时,我想要 C 就像我第一次从 B 来到 C 一样。

如果我想从 I 转到 H,我希望 H 有一个您按下的后退按钮,而您返回 F 而不是 I。

最佳答案

从I到C:做两次popViewController,或者循环遍历navigationcontroller的viewcontrollers找到C,pop到C。

从 H 到 I:以编程方式推送到 I。在 storyboard 中为 I 设置一个 storyboard ID,您可以通过 [storyboard instantiateViewControllerWithIdentifier:ID] 创建一个 I 实例;

关于ios - 如何跳转到 iOS 中的任何其他 Controller ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26303230/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com