当你使用Xcode制作iPhone应用程序时,如何更改应用程序的图标?

发布于 2024-08-02 13:09:36 字数 58 浏览 4 评论 0原文

当你使用Xcode制作iPhone应用程序时,如何更改应用程序的图标?现在我的应用程序图标只是纯白色。

When you are using Xcode to make an iPhone app, how do you change the app's icon? Right now my icon for my app is just plain white.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

赠我空喜 2024-08-09 13:09:36

创建一个 57x57 PNG 文件并将其导入到您的项目包中。然后打开项目中包含的 .plist 文件并编辑“Icon File”键的值以匹配您提供的图标的名称(CFBundleIconFile 是实际键,但 Xcode 编辑器将为您显示更好的名称)。

Create a 57x57 PNG file and import it into your project bundle. Then open the .plist file that is included in your project and edit the value for the key "Icon File" to match the name of the icon you provided (CFBundleIconFile is the actual key, but the Xcode editor will display the nicer name for you).

相思碎 2024-08-09 13:09:36

在 Xcode 4 中,您可以转到应用程序的摘要页面,其中有一个名为应用程序图标的部分。然后只需将图像拖放到“放置区域”之一即可。它就是有效的! :D

In Xcode 4, you can go to your app's Summary page and there is a section called App Icons. Then just drag and drop an image into one of the "drop zones". It just works! :D

人│生佛魔见 2024-08-09 13:09:36

如果您未在 Info.plist 文件中指定图标,则 Xcode 会假定资源文件夹中名为“icon.png”的文件是应用程序的图标。

If you don't specify the icon in the Info.plist file, then Xcode assumes that a file named "icon.png" in your resources folder is the icon for the application.

手长情犹 2024-08-09 13:09:36

在 Xcode4 中,通过选择目标项目进入应用程序摘要部分,您会看到名称为应用程序图标的部分。选择大小为 57x57 的图标图像。只需执行即可。

In Xcode4 go to your applications summary section by selecting target project there you see section with name app icons.select your icon image of size 57x57.just do it it will work

暗地喜欢 2024-08-09 13:09:36

在 Xcode 5 中你可以非常简单地做到这一点:
1)转到images.xcassets
2)点击应用程序图标
3)选择显示概览而不是切片
4)将适当的图标大小拖放到图标槽上
5) 重建——然后你就可以开始了。

In Xcode 5 you can do it very simply:
1) go to images.xcassets
2) click on AppIcon
3) select Show Overview instead of Slicing
4) drag and drop the appropriate icon sizes onto the icon slots
5) rebuild - and you are good to go.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文