如何将图形添加到 dylib 中?

发布于 2024-11-09 06:11:50 字数 104 浏览 0 评论 0原文

我刚刚开始学习如何编写移动基底插件,并且已经成功地创建了一个挂钩到本机 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 技术交流群。

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

发布评论

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

评论(1

眼睛会笑 2024-11-16 06:11:50

您不能使用图像、本地化文件和 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.

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