Objective-C 中的消息流

发布于 2024-10-20 14:50:36 字数 100 浏览 4 评论 0原文

有没有人有一个很好的参考资料,它真正概述了类、子类等之间的整个“消息流”如何在 Objective-C 中工作?它似乎对于 Mac 世界中的编程环境架构非常重要,并且对于理解非常有帮助。

Does anyone have a good reference which really outlines how this entire 'message flow' between classes, subclasses, etc.... works in Objective-C? It seems very central to the architecture of the programming environment in Mac world and would be very helpful to understand.

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

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

发布评论

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

评论(1

神爱温柔 2024-10-27 14:50:36

尽管回答了问题的不同方面,但许多不同的问题都涵盖了这一点。

这个问题/答案似乎特别相关:

Objective-C : id 和 void 之间的区别 *

如果您对方法调用站点到底发生了什么感到好奇,我写了一篇冗长的多部分文章,给出了 objc_msgSend() 的逐指令浏览。

This has been covered in a number of different questions, though to answer different aspects of the question.

This question/answer, in particular, seems relevant:

Objective-C: difference between id and void *

If you are curious as to exactly what happens at a method callsite, I wrote quite the long winded multi-part article giving an instruction-by-instruction tour of objc_msgSend().

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