gpt4 book ai didi

ios - 如何在 Xcode 中展开转场

转载 作者:行者123 更新时间:2023-11-30 13:02:22 27 4
gpt4 key购买 nike

enter image description here

我有一个选项卡栏 Controller 和两个目标 View ,其中一个是 TableView (静态单元格),另一个是 View Controller 。我可以从 tableview 的一个单元格到黄色 View Controller 进行 Segue,但是如何进行展开 Segue?我知道展开转场需要目标 View Controller 中的一些代码,但在这种情况下没有目标 View Controller ,因为 TableView 没有单独的 Controller ,选项卡栏 Controller 也没有

最佳答案

要实现展开功能,您必须首先在 Root View Controller 中声明此函数

@IBAction func performUnwindSegue(segue: UIStoryboardSegue)

然后右键单击 Storyboard 中 Root View Controller 的Exit菜单,即可看到展开功能。将其连接到 subview Controller 中的按钮,然后它应该可以工作。

可以找到一个简单的例子 here

关于ios - 如何在 Xcode 中展开转场,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39778478/

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