iOS @2x 拉长图像

发布于 2024-10-07 06:49:29 字数 157 浏览 3 评论 0原文

我有一组带有 @2x 的图像,用于视网膜显示检测。这对于大多数图像都适用,但有 1 个图像被拉长。该图像已添加到 Interface Builder 中的 UIImageView 中。

我知道名称是相同的(除了 @2x 部分)并且文件都是相同的类型(PNG)。还有什么可能导致此问题?

I have a set of images with @2x for retina display detection. This works fine on most images, however 1 image is elongated. This image was added to an UIImageView in Interface Builder.

I know the names are the same (aside from the @2x part) and the files are both the same type (PNG). What else could be causing this issue?

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

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

发布评论

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

评论(1

情深已缘浅 2024-10-14 06:49:29

您需要手动设置 UIImageView 的框架。

You will need to manually set the frame of the UIImageView.

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