如何创建 Objective C 类/框架以便在团队中重用

发布于 2024-10-24 22:29:25 字数 180 浏览 3 评论 0原文

我有一个类(继承自基类),并且还具有一些 UI 元素的图像资源。我希望能够将图像和所有内容打包到一个文件中,以便我自己和开发团队的其他成员可以轻松地将其添加到未来的项目中。有办法做到这一点吗?添加一个文档文件,一个 Apple 自己的文档文件,可以响应 XCode 中的 cmd 单击,这将是锦上添花。

干杯

戴夫

I have a class (that inherits from a base class) and also has image assets for some UI elements. I would like to be able to wrap this up images and all, into a single file that can easily be added to future projects by myself and other members of the dev team. Is there a way to do this? Adding a documentation file, a la Apple's own that responds to cmd click within XCode would be the icing on the cake.

Cheers

Dave

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

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

发布评论

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

评论(1

眸中客 2024-10-31 22:29:25

您创建一个静态库...请参阅以下 教程

You create a static library... see the following Tutorial

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