MVC 与 KVO 的实现

发布于 2024-10-16 18:06:49 字数 109 浏览 2 评论 0原文

我是可可领域的初学者,不明白什么时候应该选择键值观察而不是模型视图控制器。我的问题:用MVC方案完成的所有事情都可以用KVO来实现吗?是否真的可以用类似的 MVC 替换任何 KVO?

谢谢

I am a beginner in the realm of cocoa and don't understand when you should choose key value observing over the Model View Controller. My question: Can everything that is done with a MVC scheme also be implemented with KVO? Is it true as well that you could replace any KVO with a similar MVC?

Thanks

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

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

发布评论

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

评论(1

伴梦长久 2024-10-23 18:06:49

它们并不相互排斥。 MVC 是一种通用设计模式,KVO 是一种特定的 Cocoa 技术,您可以在 MVC 应用程序(以及其他应用程序)中使用它。

They are not mutually exclusive. MVC is a general design pattern and KVO is a specific Cocoa technology which you can use in MVC applications (and other apps too).

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