iOS:跨控制器发送消息

发布于 2024-11-05 06:12:22 字数 106 浏览 1 评论 0原文

我在菜单视图控制器上有一个菜单单元,在地图视图控制器上有一个按钮。

当我单击mapviewcontroller 中的按钮时,我想将菜单单元内容设置为空。

我该怎么做?

I have a menucell on a menuviewcontroller and a button in a mapviewcontroller.

When I click on the button in mapviewcontroller, I want to set the menucell contents to null.

How do I do this?

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

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

发布评论

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

评论(1

惟欲睡 2024-11-12 06:12:22

阅读 NSNotificationCenter。当在 MapViewController 中单击按钮时,您需要向 MenuViewController 发布通知。并且不要忘记向 MenuViewController 添加一个通知观察器来监听通知。

Read up on NSNotificationCenter. When the button is clicked in MapViewController you'll want to post a notification to MenuViewController. And don't forget to add a notification observer to MenuViewController to listen to the notification.

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