iOS @2x 拉长图像
我有一组带有 @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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要手动设置 UIImageView 的框架。
You will need to manually set the frame of the UIImageView.