您的位置:首页 > 移动开发

iOS7 came, new guideline for app icons and launch image

2013-10-31 02:09 387 查看
image and icon size only for iOS7

https://developer.apple.com/library/ios/documentation/userexperience/conceptual/mobilehig/IconMatrix.html#//apple_ref/doc/uid/TP40006556-CH27-SW1

app icons

https://developer.apple.com/library/ios/documentation/userexperience/conceptual/mobilehig/AppIcons.html#//apple_ref/doc/uid/TP40006556-CH19-SW1

Launch images

https://developer.apple.com/library/ios/documentation/userexperience/conceptual/mobilehig/LaunchImages.html#//apple_ref/doc/uid/TP40006556-CH22-SW1

注意:如果使用xcode5,app icons and launch images file name并不需要特定。
"image and icon size only for iOS7"文章里面有个表格说明了:如果你的app只是only for iOS7,要support both iphone (only retina, iOS 7不支持非高清的iphone) and ipad (retina or non-retina),那么
下列size的icon是required的

120*120

76*76

152*152

1024*1024 (for submission to app store)

下列size icon是recommend的

40*40

80*80

29*29

58*58

下列size launch image是required的

640*960

640*1136

768*1024 (portrait)

1536*2048 (portrait, retina)

1024*768 (landscape)

2048*1536 (landscape, retina)

注意:guideline提到:for iOS7, Launch images for all devices must include the status bar region, (待测试)是否在ios6下不需要使用不带status bar高度的launch image

refer link:

https://developer.apple.com/library/ios/qa/qa1686/_index.html

http://stackoverflow.com/questions/18523193/ios-app-submission-invalid-image-sizes

http://blog.manbolo.com/2013/08/15/new-metrics-for-ios-7-app-icons

如果你的app还要支持iOS 5 and 6, for both iphone(retina or non) and ipad (retina or non),那么下面size的icon是required (待检测)
512*512 (for submission to app store)

57*57

recommended:

114*114

72*72

144*144

50*50

100*100

下列size launch image是required的

320*480

guideline提到:For all images and icons, the PNG format is recommended,其他格式的image(e.g. jpg)还没搞清楚在xcode5里如果被添加为icon。下面这条link有apple
review feedback:Invalid Image - For iOS applications, icons included in the binary submission must be in the PNG format.

http://stackoverflow.com/questions/18523193/ios-app-submission-invalid-image-sizes

下面link讲解了如何在xcode5的asset catalog里使用jpg format的image


http://stackoverflow.com/questions/18785946/how-can-i-add-jpegs-to-an-asset-catalog-in-xcode http://stackoverflow.com/questions/19032855/assets-catalog-imageset-edit-contents-json
other links:

http://stackoverflow.com/questions/18624587/how-do-you-update-the-app-icons-and-launch-images-to-support-ios-6-and-7-simulta

http://stackoverflow.com/questions/18999842/sizes-and-names-on-icons-and-launch-images-in-xcode-5-ios-7

该link还提供了一个网站用来生成icons http://makeappicon.com/

http://mrgan.tumblr.com/post/708404794/ios-app-icon-sizes

http://ivomynttinen.com/blog/the-ios-7-design-cheat-sheet/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: