http://justsee.iteye.com/blog/2123545
512x512 |
iTunesArtwork |
App list in iTunes |
Do not include |
Optional but recommended |
1024x1024 |
iTunesArtwork@2x |
App list in iTunes on devices with retina display |
Do not include |
Optional but recommended |
120x120 |
Icon-60@2x.png |
Home screen on iPhone/iPod Touch with retina display |
Required |
Required |
76x76 |
Icon-76.png |
Home screen on iPad |
Optional but recommended |
Optional but recommended |
152x152 |
Icon-76@2x.png |
Home screen on iPad with retina display |
Optional but recommended |
Optional but recommended |
40x40 |
Icon-Small-40.png |
Spotlight |
Optional but recommended |
Optional but recommended |
80x80 |
Icon-Small-40@2x.png |
Spotlight on devices with retina display |
Optional but recommended |
Optional but recommended |
29x29 |
Icon-Small.png |
Settings |
Recommended if you have a Settings bundle, optional otherwise |
Recommended if you have a Settings bundle, optional otherwise |
58x58 |
Icon-Small@2x.png |
Settings on devices with retina display |
Recommended if you have a Settings bundle, optional otherwise |
Recommended if you have a Settings bundle, optional otherwise |
Icon-Small@3x.png 87*87
Icon-40@3x.png 120*120
Icon-60@3x.png 180*180
Icon.png 57*57
Icon@2x.png 114*114
Icon-Small.png 29*29
Icon-Small@2x.png 58*58
Icon-Small-50.png 50*50
Icon-Small-50@2x.png 100*100
Icon-72.png 72*72
Icon-72@2x.png 144*144
Icon-40.png 40*40
Icon-40@2x.png 80*80
Icon-60.png 60*60
Icon-60@2x.png 120*120
Icon-76.png 76*76
Icon-76@2x.png 152*152
Table 5-4 Typical launch image dimensions
iphone4320x480, 640x960
iPhone5640x1136@2x
iPhone6750x1334@2x
iPhone6s1242x2208@3x
iPad1024x768
2048x1436@2x
相关推荐
在iOS应用开发中,App Icon和Launch Image是两个至关重要的元素。它们分别是用户在设备上看到的应用图标和启动界面,直接影响着用户的第一印象和使用体验。本教程将深入讲解如何在iOS中自动创建并管理这些资源,以...
本文将详细介绍如何使用“icon launchImage 剪裁工具”来自动生成项目的图标和启动图像,包括针对iPad的支持。 **一、图标(icon)** 图标是应用的面孔,它需要在不同设备和背景下具有清晰可辨的视觉效果。iOS设备...
在iOS开发中,获取AppIcon和LaunchImage的名称有时是必要的,例如用于特定场景下的定制化展示或模拟通知。本文将详细介绍如何在iOS应用中获取这两个元素的名称。 首先,AppIcon是应用在用户设备上显示的图标,而...
App Icon Maker 正是这样一款专为开发者设计的工具,旨在简化App图标和LaunchImage的创建过程,让开发者能够更专注于应用的核心功能开发。 首先,我们来详细了解一下App Icon。App Icon 是在应用商店和用户设备上...
Appicon and Launchimage Maker Lite.app作为轻量级的制作工具,可能提供了以下特性: 1. **图标模板库**:内置了各种平台的标准尺寸模板,用户只需上传一个基础图层,软件会自动生成所需的所有尺寸。 2. **批量...
还包括各种尺寸的带有 AppIcon 和 LaunchImage 的 Images.xcassets。 包括 AppIcon 和 LaunchImage 的 Sketch 文件。 ##Templates 包括两个模板:###MMJ Base Universal iOS Application 它只有基本文件:...
在iOS中经常需要生成各种icon和LaunchImage,而且不同设备尺寸还不一样,一般都是UI给出好图我们再配置到项目的images.assets里。iconKit提供了生成不同尺寸的icon和LaunchImage的功能,可以选择直接导出为images....
"xcode 9 1024icon生成全分辨率icon脚本"是一个针对Xcode 9版本的工具,用于帮助开发者快速、高效地创建符合Apple要求的多种尺寸的应用图标,包括1024x1024像素的启动图(Launch Image)和App图标。 在iOS开发中,...
在iOS开发中,我们需要提供多种尺寸的图标,包括AppIcon、LaunchImage等,以适应不同的设备和屏幕分辨率。使用Asset Catalogs(资源库)可以帮助我们管理这些图标,并自动处理Retina和非Retina屏幕的适配。 而在...
首先,修改 AppIcon.png 和 LaunchImage.png 以满足您的需要。 确保在四周留出一些空间,因为生成器将裁剪图像(裁剪区域在 .psd 文件中表示为指南) 用法 要生成所有图像集,只需运行: rake 要生成特定的图像集...
在进行轻度定制化iOS应用开发时,经常需要根据客户或场景的不同调整应用程序图标(appIcon)、启动页(launchImage)、应用程序名称以及内部功能等内容。面对大规模定制化需求,比如十万级别的不同版本时,如果采用...
let icon = load_icon(icon_path).expect("Failed to load icon"); AppLauncher::with_window(|ctx| { let window = Label::new("Hello, Druid!") .into_window() .title("Druid Icon Demo") .build(ctx); ...
在 iOS 平台上,Launch 图片可以在 Assets.xcassets/LaunchImage.launchimage 目录中找到图像,根据尺寸存放即可。在同级目录的 Contents.json 文件中修改自己的配置,ios 的 Launch 图片尺寸较多,可以根据 ...
ImageIcon icon = new ImageIcon("show_image.png"); // 加载图像 JLabel label = new JLabel(icon); // 创建并设置标签 frame.getContentPane().add(label); frame.pack(); frame.setVisible(true); } } // ...
例如,Android系统需要多种分辨率的图标(如hdpi、xhdpi、xxhdpi等),而iOS则有其特定的尺寸要求(如AppIcon、LaunchImage等)。手动处理这些细节会非常耗时且容易出错,因此使用专用工具或编写脚本来自动化此过程...
3. **iOS图标规范**:对于iOS平台,图标同样有多种尺寸,如AppIcon、LaunchImage等。GenerateIcons工具会按照苹果的Human Interface Guidelines生成适配iPhone、iPad以及不同操作系统版本的图标。 4. **批量处理**...
若选择静态图像,同样在`Assets.xcassets`中创建一个`LaunchImage`集合,添加对应的设备尺寸图片。而对于Storyboard,你需要在项目的`Main.storyboard`中创建一个新的文件,命名为`LaunchScreen.storyboard`,然后在...
Image icon = Toolkit.getDefaultToolkit().getImage("path_to_your_icon_file.ico"); frame.setIconImage(icon); // 其他设置,如大小、位置等 frame.setSize(400, 300); frame.setLocationRelativeTo(null); ...
- 在"Info"选项中添加一个"Launch Image",将其Value设置为"Default"。 - 启动界面的图片应存放在"Resource/Splash"目录下,包括"Default.png","Default@2x.png"和"Default~ipad.png"。确保这些文件已经存在并且...
Customizing the Launcher Icon and Application ID 34 Adding the First Scene 35 Base Styles 40 Application Launch Lifecycle 43 Adding a Second Scene 44 Controllers 51 Controllers and Assistants 51...