gpt4 book ai didi

ios - 从容器 View Controller 调用主视图 Controller

转载 作者:行者123 更新时间:2023-11-28 09:46:05 26 4
gpt4 key购买 nike

我有一个容器 View Controller ,它有自己的 View Controller 类和一些 UI 组件。这个容器 View Controller 的一些事件需要调用主视图 Controller 。我找不到如何去做。

class mainViewController :UIViewController {
var containerView:UIView!
}


class MyContainerView:UIViewController {
@IBAction func buttonClick(sender:UIButton){
// change mainViewController background for example
}
}

最佳答案

所以你正在尝试让父 Controller 正确?

self.parentViewController

关于ios - 从容器 View Controller 调用主视图 Controller ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31610527/

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