简体   繁体   English

iOS应用程式图示-怎么做?

[英]iOS app Icon - how to?

Can someone explain me or link - I have 512x512 icon but I have no idea what icons sizes I need to create and how to add them in to my iOS app. 有人可以解释一下我还是链接-我有512x512图标,但我不知道我需要创建什么图标大小以及如何将它们添加到我的iOS应用中。 What sizes I need and how to add them, and for what? 我需要什么尺寸以及如何添加尺寸?

Apple文档具有您需要了解的所有信息。

简而言之:非视网膜iPhone或iPod Touch为57x57,视网膜显示为114x114,iPad为72x72。

Ive put all the images named correctly at the correct size into a github repo, so there can be no confusion. 我已经将正确命名的所有图像以正确的大小放入github存储库中,因此不会造成混淆。

https://github.com/FattusMannus/iOS-Development-Image-Placeholders https://github.com/FattusMannus/iOS-Development-Image-Placeholders

Just download them as a zip, edit them and copy them into your project 只需将它们下载为zip文件,进行编辑并将它们复制到您的项目中

AH

In the current 5.x xCode version you can use app icon set (AppIcon.appiconset). 在当前的5.x xCode版本中,您可以使用应用程序图标集(AppIcon.appiconset)。 In the picture you can see where you can found it. 在图片中,您可以看到在哪里可以找到它。 Here is online tool, Icons Master , which will take care how icons should be big naming convection as well. 这是在线工具Icons Master ,它将注意图标如何命名以及对流。 在此处输入图片说明

Specific name doesn't matter's any more for ios icon. ios图标的具体名称不再重要。 All you need is perfect size. 您需要的只是完美的尺寸。

I have created this application which will provide you all the icons based on information provided here . 我已经创建了这个应用程序,它将根据此处提供的信息为您提供所有图标。 Get the application from here , and follow the instructions in readme file to create all the required icons for iOS application. 从此处获取应用程序 ,并按照自述文件中的说明创建iOS应用程序所需的所有图标。

Download Asset Catalog Creator Free from iTunes. 从iTunes 免费下载Asset Catalog Creator All you have to do is select a base image, and the program will create all required iOS icon sizes for you and place them neatly in an .xcassets file, which you can simply drag into Xcode without worrying about the sizes/resolutions of individual icons. 您要做的就是选择一个基本图像,程序将为您创建所有必需的iOS图标大小,并将它们整齐地放置在.xcassets文件中,您只需将其拖动到Xcode中,而不必担心单个图标的大小/分辨率。

Question was asked a while back but the answer changes from time to time. 不久前有人问过问题,但答案不时变化。 Here are a few web tools that are updated with the latest requirements and get the job done: 以下是一些根据最新要求更新并完成工作的Web工具:

http://www.theappicon.com/ or https://resizeappicon.com/ http://www.theappicon.com/https://resizeappicon.com/

Drag and drop the .xcassets folder that they return into your xcode assets catalog and it should populate your app icons as you need them. 将它们返回的.xcassets文件夹拖放到您的xcode资产目录中,它会在需要时填充您的应用程序图标。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM