Technical Q&A QA1686
引用网址:http://developer.apple.com/library/ios/#qa/qa1686/_index.html
App Icons on iPad and iPhone Q: How are the icon files in my application bundle used on iPad and iPhone?A: How are the icon files in my application bundle used on iPad and iPhone?
Below are guIDelines for handling icon files for iPhone-only apps,iPad-only apps,and universal apps.
important: Icons marked with "required" must be supplIEd in your application bundle.
iPhone-only AppsInclude the following in your application's Resources group in the Xcode project:
Image Size (px) | file name | Used For | required Status | Notes | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
512x512 | iTunesArtwork | Ad Hoc iTunes | Optional but recommended | file should be in png format,but name it without the .png extension | ||||||||||||
57x57 | Icon.png | App Store and Home screen on iPhone/iPod touch | required | | ||||||||||||
114x114 | Icon@2x.png | Home screen for iPhone 4 High Resolution | 72x72 | Icon-72.png | Home screen for iPad compatibility | 29x29 | Icon-Small.png | Spotlight and Settings | 50x50 | Icon-Small-50.png | Spotlight for iPad compatibility | Recommended if you have a Settings bundle,otherwise optional but recommended | 58x58 | Icon-Small@2x.png | Spotlight and Settings for iPhone 4 High Resolution | |
Your Resources group should look similar to figure 1:
figure 1 Add files to Resources group Except for iTunesArtWork icon,List the names of each of these files in theIcon files
entry in the Info.pList
,in the order shown in the table. Follow the steps in "Add Icon files in Info.pList" section below. See figure 4. Back to Top iPad-only Apps Include the following in your application's Resources group in the Xcode project:
App Store and Home screen on iPad | Spotlight on iPad | Settings on iPad | figure 5. Back to Top Universal Apps Include the following in your application's Resources group in the Xcode project:
|
---|
评论列表(0条)