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()