gpt4 book ai didi

ios - 从 ContainerView 内部切换到另一个 ContainerView

转载 作者:行者123 更新时间:2023-11-30 13:08:16 28 4
gpt4 key购买 nike

我使用 Xcode 和 Swift 制作了一个 iOS 应用程序。

一个 ViewController 包含两个 ContainerView。用户可以使用 SegmentedControl 在它们之间切换。

但是,如何在没有 SegmentedControl 的情况下切换到其他 ContainerView,例如有按钮吗?

实际上我有这段代码:

        let vc : AnyObject! = self.storyboard!.instantiateViewControllerWithIdentifier("login")
self.showViewController(vc as! UIViewController, sender: vc)

这将打开另一个 ContainerView,但作为单个 VC,而不是在父 ViewController 内。

如何才能访问父 VC 中显示的另一个 ContainerView?

最佳答案

您还必须从 ContainerViews viewControllers 设置 IBoutlets 才能使用 uibuttons 操作单独调用它们。

assign same class to both parentViewcontroller and containerView using identity inspector see image.

enter image description here

connect IBOutlet as well like parentViewController see image

enter image description here

现在可以使用 uibutton 操作从类进行访问。

关于ios - 从 ContainerView 内部切换到另一个 ContainerView,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39077823/

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