如何将图形添加到 dylib 中?
我刚刚开始学习如何编写移动基底插件,并且已经成功地创建了一个挂钩到本机 iPhone 应用程序的 dylib。我的问题是,如何将图像添加到我的 dylib 文件中,以便它们可以显示在应用程序中。
I just started learning how to write mobile substrate addons, and have successfully been able to create a dylib that hooks into a native iphone app. My question is, how do I go about adding images to my dylib file so they can be displayed in the app.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不能使用图像、本地化文件和 XIB 的捆绑包
有关捆绑包中的更多信息,请查看 Apple 的捆绑编程指南。
You can't, use a Bundle for Images, Localization Files and XIBs
For more info in bundles check out Bundle Programming Guide by Apple.