iPhone - 访问超级视图方法?

发布于 2024-09-12 20:23:08 字数 204 浏览 6 评论 0原文

所以本质上我将“startViewController”插入“mainViewController”现在当然我可以从mainViewController访问startViewControllers方法,但我想知道如何做相反的事情?有时 startViewController 需要调用 mainViewController 中的某些内容,我只是想知道如何做到这一点?

提前致谢。

So essentially I'm inserting "startViewController" into "mainViewController" now of course I can access startViewControllers methods from mainViewController but I was wondering how to do the opposite? Occasionally startViewController will need to call something in mainViewController and I was just wondering how I do this?

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

转身泪倾城 2024-09-19 20:23:08

将 mainViewController 的 ivar 添加到 startViewController 并在显示视图时设置它。

或者您可以设计一个漂亮的干净协议,并使一个视图成为另一个视图的委托。

Add an ivar of your mainViewController to your startViewController and set this when showing the view.

Or you can design a nice clean protocol, and make one view the delegate of the other.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文