Objective-C 和设计插件机制

发布于 2024-11-04 11:11:37 字数 58 浏览 1 评论 0原文

我需要在 Objective C 中设计一个简单的插件系统。我想要一些关于如何实现这一点的建议。谢谢!

I need to design a simple plugin system in Objective C. I would like some advice about how to go about this. Thanks!

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

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

发布评论

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

评论(3

弃爱 2024-11-11 11:11:37

总有去往源头的地方。以下是插件的 ADC 参考

There is always going to the Source. Here is the ADC reference to Plug-ins

゛清羽墨安 2024-11-11 11:11:37

有很多种方法可以做到这一点,因此您可能需要详细说明您到底想要实现什么目标。作为起点,我建议您研究一下 Cocoa 委托,这通常是将新代码集成到现有框架中的好方法。

There are dozens of ways you could do this, so you might need to elaborate a little on what exactly you're trying to achieve. As a starting point, I'd recommend you look into Cocoa delegates which are usually a great way to integrate new code into an existing framework.

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