iPhone 应用程序:视网膜显示屏图像不显示

发布于 2024-12-05 17:02:29 字数 224 浏览 0 评论 0原文

在我的 iPhone 应用程序中,我包含了具有命名约定的高分辨率图像 [email protected],但它没有显示视网膜显示的更高分辨率图像。

可能出什么问题了?

In my iPhone app I'm including high resolution image with naming convention [email protected], but it is not showing higher resolution images for retina display.

What could be wrong?

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

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

发布评论

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

评论(2

手心的海 2024-12-12 17:02:29

如果您正在调用图像程序,请尝试使用:

[UIImage imageNamed:@"image.png"];

确保您所在的项目支持视网膜显示。

[]的

If you are calling the images programmality try to use:

[UIImage imageNamed:@"image.png"];

Make sure you are on a project that supports the retina display.

[]'s

记忆里有你的影子 2024-12-12 17:02:29

就我而言,问题是大小写敏感度为@2x

in my case problem was case Sensitivity of @2x

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