gpt4 book ai didi

ios - 如何在没有关联的 UI 元素的情况下在 iOS 中创建一个 segue

转载 作者:搜寻专家 更新时间:2023-10-31 21:51:57 26 4
gpt4 key购买 nike

我首先加载“ViewController1”。它执行大量后台管理工作,然后转到“ViewController2”。

要对“ViewController2”执行 Segue,我知道的唯一方法是添加一个 BUTTON(用户永远不需要看到或使用),然后通过按住 control 和拖动。

我的问题是——因为我真的不需要 ViewController1 中的按钮,我如何才能创建一个 Segue,然后使用 performSegueWithIdentifier("segue_LoginToStart", sender : 无)

How to perform Segue without having an associated UI Element like a Button?

最佳答案

步骤-1

-- 在 Storyboard中选择你的 Storyboard名称(黄色按钮)

步骤-2

-- 按 Ctrl + right 点击 -- 转到你的目标 View Controller

enter image description here

步骤-3

-- 给出属性中的seque name

步骤-4

在你想要的地方调用以下行

 performSegueWithIdentifier("segue_LoginToStart", sender: nil)

关于ios - 如何在没有关联的 UI 元素的情况下在 iOS 中创建一个 segue,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29294160/

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