如何创建 Objective C 类/框架以便在团队中重用
我有一个类(继承自基类),并且还具有一些 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您创建一个静态库...请参阅以下 教程
You create a static library... see the following Tutorial