gpt4 book ai didi

swift - 从 XIB-file-Button 显示 ViewController - Swift

转载 作者:搜寻专家 更新时间:2023-10-31 22:00:36 25 4
gpt4 key购买 nike

有没有办法从 xib 文件(自定义 TableViewCell)segue 到 Main.storyboard 中的另一个 ViewController

无法像在主 Storyboard 中那样拖动一个 segue。

在我想要更改 View 的单元格中有一个按钮。我该如何解决?

谢谢!

最佳答案

你总是可以从你的 Storyboard 实例化一个 View Controller 并在点击的按钮上呈现它:

    let storyboard = UIStoryboard(name: "Main", bundle: nil)
let vc = storyboard.instantiateViewControllerWithIdentifier("ViewControllerID") as UIViewController
self.presentViewController(vc, animated: true, completion: nil)

关于swift - 从 XIB-file-Button 显示 ViewController - Swift,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29238560/

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