iOS7 应用程序提交 - 只有 2x(视网膜)图像? [英] iOS7 App Submission - with only 2x (retina) images?

查看:31
本文介绍了iOS7 应用程序提交 - 只有 2x(视网膜)图像?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前正在开发适用于 iOS7 的 iPhone 应用程序,但仅限于此.据我所知,对于装有 iOS7 的 iPhone,不支持比 iPhone4 更旧的设备.如果是这样的话,当涉及到图像时,我只需要视网膜图像 (@2x).

I'm currently developing an application for iPhone with iOS7, only. From what I read, for iPhone with iOS7, there is no support for older devices than iPhone4. If that's the case, when it comes to images, all I need is retina images (@2x).

我可以向 App Store 提交只有视网膜图像的应用,因为该应用的最低要求是视网膜设备吗?

Can I submit to the App Store, an app with only retina images, since the app's minimal requirement is retina devices ?

谢谢.

推荐答案

我可以转储我的非 Retina 图片吗?仅限 iOS7 的应用?

无论如何,只要我知道您不需要@2x 版本的图像,只要您不支持旧显示器,但请记住,您的图像是宽度和高度的两倍,那么如果您有100x100px 的 UIImageView,需要加载 200x200px 的图片来满足视网膜分辨率.

Anyway, as long as I know you don't need @2x version of your images as long as you don't support old displays, but remember that your images as to be double width and height, then if you have a 100x100px UIImageView, you need to load a 200x200px image to meet retina resolution.

深入解释.

实际上,iPad 2 和 iPad mini 1 代运行 iOS 7 并且没有视网膜显示.无论如何使用@2x 图像不是强制性的.您可以只使用双倍大小的图像并将 UIImageViews 的 contentMode 设置为 UIViewContentModeScaleToFill 以满足您的需要.

Actually, iPad 2 and iPad mini 1st generation run iOS 7 and doesn't have retina display. Anyway using @2x images it is not mandatary. You can just use double size images and set your UIImageViews' contentMode to UIViewContentModeScaleToFill to fit your needs.

优点 -> 小包

缺点 -> 最差的表现

CONS -> worst performaces

这篇关于iOS7 应用程序提交 - 只有 2x(视网膜)图像?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆