Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个包含视图的容器视图。我想将此视图更改为另一个视图,当用户与此子视图的对象交互时调用父视图的方法。
我怎样才能做到这一点?
假设容器是一个名为“ContainerView”的类,它有一个 来自子视图的名为“changeSubView”的函数,您可以使用以下方法调用它:
let containerView = self.superview as! ContainerView containerView.changeSubView()