视网膜兼容性问题:我可以将 @2x 添加到我自己的图像中以实现视网膜兼容性吗?

发布于 2024-09-27 16:09:23 字数 88 浏览 8 评论 0原文

如果我将 @2x 后缀附加到我自己的图像中,iOS 4 是否会自动将我的图像替换为 Retina 兼容图像,还是仅适用于 Apple 定义的图像? (例如图标。)

If I append the @2x suffix to my own images, will iOS 4 automatically replace my images with the Retina compatible ones, or does that only apply to Apple defined images? (Icons, for example.)

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

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

发布评论

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

评论(2

数理化全能战士 2024-10-04 16:09:23

是的当然。如果您在应用中显示 myimage.png,则可以添加视网膜就绪的 [电子邮件受保护],因此它显示在视网膜设备上。

请参阅 本指南了解更多信息。

Yes, of course. If you display a myimage.png in your app, you may add a retina ready [email protected], so it is shown on retina devices.

See this guide for further information.

狠疯拽 2024-10-04 16:09:23

从文档中:

捆绑和图像加载例程
自动查找图像文件
与 @2x 字符串时
底层设备有一个
高分辨率屏幕。

因此,例如使用 [UIImage imageNamed:@"MyImage.png"] 将自动查找 [电子邮件受保护] 在具有视网膜显示屏的设备上运行时。

From the documentation:

The bundle- and image-loading routines
automatically look for image files
with the @2x string when the
underlying device has a
high-resolution screen.

So using for example [UIImage imageNamed:@"MyImage.png"] will automatically look for [email protected] when running on a device with retina display.

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