gpt4 book ai didi

xcode - 在许多 View 中模拟特定 View ?

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

在我的项目中,我有大约 20 个 View 。 xcode 中是否有任何可能的方法来模拟特定 View ?

例如:

View 的流程是这样的:

View A-----> View B------> View C-----> View D

如果我要去查看 D,我需要通过 A、B、C。反正有没有跳过这个流程并直接模拟 View D?

注:请建议我是否有其他方法而不是将“ View D”作为初始 View Controller 。

最佳答案

您可以以编程方式转至任何 View

转到初始 View Controller 中的 viewDidLoad 函数并插入以下任一行

presentViewController(viewD, animated: true, completion: nil)

或者
performSegueWithIdentifier("nameOfSegueToD", sender: nil)

您可以在 xCode 窗口右侧的属性检查器中更改 segue 的名称。

关于xcode - 在许多 View 中模拟特定 View ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28228371/

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