简体   繁体   English

适用于iPhone和iPad的ios7中的应用程序图标大小是多少?

[英]What is the app icon size in ios7 for both iPhone an iPad?

有谁知道我该如何命名iOS 7的120 X 120图标和旧的iOS 6图标114 X 114?

if you have a 1024x1024 icon file, then its better to use iConify software. 如果您有1024x1024图标文件,则最好使用iConify软件。 you can download it from app store. 您可以从应用商店下载它。

in it, you will get all icons size for ios 6, ios 7 and for both (iPhone & iPad). 在其中,您将获得ios 6,ios 7和两者(iPhone和iPad)的所有图标大小。

you just need to drag the 1024x1024 icon in that software. 您只需要在该软件中拖动1024x1024图标即可。

make sure that your file name is icon.png (resolution 1024x1024). 确保您的文件名为icon.png(分辨率为1024x1024)。

and this software also use for convert ratina image to 1x and 2x iamges. 该软件还用于将比例图像转换为1x和2x iamges。 with proper name like (xxx@2x.png) 名称如(xxx@2x.png)

You can use MakeAppIcon for convert 1024*1024 size icon image to all size of icon. 您可以使用MakeAppIcon将1024 * 1024大小的图标图像转换为所有大小的图标。 It will provide you all icons iOS version vise. 它将为您提供iOS版本的老虎钳的所有图标。

I think you need to drag the image in Xcode 5 it will automatically rename it. 我认为您需要在Xcode 5中拖动图像,它将自动对其重命名。 Else you can name it as icon@2x.png or logo@2x.png 另外,您可以将其命名为icon@2x.pnglogo@2x.png

You need the following app icon to add a 120x120 high resolution icon. 您需要以下应用图标来添加120x120高分辨率图标。 Now, if you want to target only iOS 7 , you just need 76 x 76, 120 x 120 and 152 x 152 icon sizes. 现在,如果您只想定位iOS 7 ,则只需要76 x 76、120 x 120152 x 152图标大小。 If you also want to target iOS 6 , you'll need 57 x 57, 72 x 72, 76 x 76, 114 x 114, 120 x 120, 144 x 144 and 152 x 152 icon sizes . 如果您还想定位iOS 6 ,则需要57 x 57、72 x 72、76 x 76、114 x 114、120 x 120、144 x 144和152 x 152图标大小 Without counting Spotlight and Settings icon if you don't want the OS to interpolate them 如果您不希望操作系统对它们进行插值,则不计算Spotlight和“设置”图标

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 检测是否在iPad或iPhone(iOS6和iOS7)上安装了应用 - Detect if an app is installed on iPad or iPhone (iOS6 & iOS7) iPad iOS 7图标,用于“仅iPhone”应用程序 - iPad iOS 7 Icon for a “iPhone only” app 在iPad mini iOS 8上运行iPhone应用程序会导致UIActivityViewController中的图标大小错误 - Running iPhone app on iPad mini iOS 8 results in wrong icon size in UIActivityViewController iOS:测试iPad中iPhone的应用程序,屏幕尺寸 - iOS: test app for iPhone in iPad, screen size iOS7与iPad上的App的兼容性 - iOS7 compatibility with App on iPad 由于即将发布的IOS7版本,应用程序提交,图标大小错误 - App submission, icon size error due to forthcoming IOS7 release iPhone / iPad iOS7中的设备方向问题 - Device Orientation issue in iPhone/iPad iOS7 IOS7升级后,Xcode 5在iPad上编译iPhone应用程序的框架问题(在iPhone中正常工作) - Frame issue for Xcode 5 compiled iPhone app in iPad after IOS7 upgrade (works fine in iPhone) iOS:Xcode中的哪个标志将声明我的iPhone和iPad应用程序? - iOS: Which flag in Xcode will declare my app for both iPhone and iPad? 为5.0准备iOS应用程序,并在iPhone和iPad上都可用 - Preparing iOS app for 5.0 and to be available on both iPhone and iPad
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM