gpt4 book ai didi

ios - 为所有 iphone 和 ipad 系列设置图标应用程序

转载 作者:行者123 更新时间:2023-11-29 01:19:30 25 4
gpt4 key购买 nike

我遇到了 xcode 问题。我用 Gimp 创建了一个图标 (720x720)。我找到了这个网站 https://makeappicon.com/为 iphone 和 ipad 的一部分创建相关图标。它会生成一个包含图像的文件夹和一个名为“Contents.json”的文件。这个文件的内容是:

{
"images" : [
{
"idiom" : "iphone",
"size" : "29x29",
"scale" : "2x",
"filename" : "Icon-Small@2x.png"
},
{
"idiom" : "iphone",
"size" : "29x29",
"scale" : "3x",
"filename" : "Icon-Small@3x.png"
},
{
"idiom" : "iphone",
"size" : "40x40",
"scale" : "2x",
"filename" : "Icon-40@2x.png"
},
{
"idiom" : "iphone",
"size" : "40x40",
"scale" : "3x",
"filename" : "Icon-40@3x.png"
},
{
"idiom" : "iphone",
"size" : "60x60",
"scale" : "2x",
"filename" : "Icon-60@2x.png"
},
{
"idiom" : "iphone",
"size" : "60x60",
"scale" : "3x",
"filename" : "Icon-60@3x.png"
},
{
"idiom" : "ipad",
"size" : "29x29",
"scale" : "1x",
"filename" : "Icon-Small.png"
},
{
"idiom" : "ipad",
"size" : "29x29",
"scale" : "2x",
"filename" : "Icon-Small@2x.png"
},
{
"idiom" : "ipad",
"size" : "40x40",
"scale" : "1x",
"filename" : "Icon-40.png"
},
{
"idiom" : "ipad",
"size" : "40x40",
"scale" : "2x",
"filename" : "Icon-40@2x.png"
},
{
"idiom" : "ipad",
"size" : "76x76",
"scale" : "1x",
"filename" : "Icon-76.png"
},
{
"idiom" : "ipad",
"size" : "76x76",
"scale" : "2x",
"filename" : "Icon-76@2x.png"
},
{
"idiom" : "ipad",
"size" : "83.5x83.5",
"scale" : "2x",
"filename" : "Icon-83.5@2x.png"
}
],
"info" : {
"version" : 1,
"author" : "makeappicon"
}
}

在我的 iPhone 5s iOS 9.2 上,它工作正常,这意味着图标设置正确,但在我的 iPhone 3gs iOS 6.1.6 上,图标未设置。该文件中缺少什么?从逻辑上讲,我不可能拥有所有 iPhone 设备和 iPad 设备。为了匹配 Apple 的所有设备(iPhone 和 iPad),文件中还缺少什么?我的应用必须支持 iOS 6.1 和 iPhone 3gs

谢谢

最佳答案

我认为您需要 57x57。创建该大小并将 Icon-57.png 添加到您的列表中。 (连同 2x)。

关于ios - 为所有 iphone 和 ipad 系列设置图标应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34774682/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com