2 回答
TA贡献1826条经验 获得超6个赞
error
Xcode9
cocoapods
Xcode9
cocoapods
.
iPhoneX
57 x 57, 72 x 72, 76 x 76, 114 x 114, 120 x 120, 144 x 144 and 152 x 152
最新情况:
图标尺寸(iOS 7及更高版本)
图标尺寸(IOS 6.1及更高版本)
为不同的设备创建不同大小的应用程序图标。如果您正在创建一个通用应用程序,您需要提供所有四种大小的应用程序图标。
对于iPhone和iPodtouch,这两种尺寸都是必需的:
120 x 120像素 60x60像素(标准分辨率)
对于iPad,这两种尺寸都是必需的:
152 x 152 76x76像素(标准分辨率)
现在将其设置为Project:
创建一个新的图标,有120个像素的高分辨率和60个像素,就像上面苹果文档提到的那样,并设置名称。例如, icon-120.png
和 icon-152.png
.将这些图标放入您的项目中。 资源文件夹并将此图标添加到项目中: 在此之后,单击 ProjectName-Info.plist
找到 图标文件
划(船)。如果找不到,请单击 (+)
签署和选择图标文件,然后设置如下所示的所有图标图像。
注:
Invalid Image - For iOS applications, icons included in the binary submission must be in the PNG format.- If your application supports the iPhone device family, you must include square icons of the following dimensions: 57x57 pixels and 120x120 pixels.- If your application supports the iPad device family, you must include square icons of the following dimensions: 72x72 pixels, 76x76 pixels and 152x152 pixels
苹果现在也在接受在iOS 7上工作的应用程序,所以不管 Deployment target
6.1或更早,但您还需要提供iOS 7图标大小,正如我前面提到的(商店正在期待)。
Xcode 5应用程序图标管理
TA贡献1842条经验 获得超21个赞
MyIcon-58.png MyIcon-57 png myIcon-72 png myIcon-80.png 我的.
- 2 回答
- 0 关注
- 564 浏览
添加回答
举报