iOS Development-xcode6 (iOS 8) app icon and start Page Setup

Source: Internet
Author: User

IOS8 set the application icon with no change, the naming rules are not changed, but as for the setting up the Start page, the way many of the online is ambiguous, Dongping West finally is the start page of the picture set up successfully, iOS set the boot picture there are two ways one is launch Screen.xib, the second is through Images.xcassets, about the first way is to support iOS8, does not support iOS7, so this article uses the second way to set up the boot picture, said more, go to the point of it.

Basic Concepts

Application icons are very well set, according to Apple's official rules, App icon and Lanuch image have some conventions commonly known as the default name, as shown in the need for Retina screen needs to re-create the picture, and need to add a @2x:

The application icon and the size of the startup picture are as follows:

For more information, please refer to the Apple website: https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/ ICONMATRIX.HTML#//APPLE_REF/DOC/UID/TP40006556-CH27-SW1, due to the advent of Iphone6,iphone6 Plus, there are two more resolutions, 5.5-inch iphone6+ 1242x2208, or 1080x1920, the Retina HD 5.5, 4.7 inch IPhone6 750x1334, which is Retina HD 4.7, 4 inch screen (iphone5/5s) 640x1136, is retina 4 for 3.5 inch (iphone4/4s) 640x960, is 2x; (blog link: http://www.cnblogs.com/xiaofeixiang); a foreign official website about the size of which is relatively clear, http://www.paintcodeapp.com/news/iphone-6-screens-demystified.

set icon and start Page

This article creates a new project for the ipad project, Icon.png (72*72) and [email protected] (144*144):

You can see the app's icon without any settings:

IOS8 more than a launch screen.xib, this is not used, we only need to set in the images.xcassets we need to set the image can be, click to enter:

The default is only one AppIcon, add a lanuchimage, this time set the ipad vertical screen and horizontal screen of the picture, in the Finder to see the following:

Content in Contents.json:

{"Images": [{"Orientation": "Portrait", "Idiom": "ipad", "ex    Tent ":" Full-screen "," Minimum-system-version ":" 7.0 "," filename ":" Default.png "," scale ":" 1x "}, {"Orientation": "Landscape", "idiom": "ipad", "extent": "Full-screen", "Minimum-system-version" : "7.0", "filename": "Default-landscape.png", "scale": "1x"}, {"Orientation": "Portrait", " Idiom ":" ipad "," extent ":" Full-screen "," Minimum-system-version ":" 7.0 "," filename ":" [Email prot Ected] "," scale ":" 2x "}, {" Orientation ":" Landscape "," idiom ":" ipad "," extent ":" Full-scr Een "," minimum-system-version ":" 7.0 "," filename ":" [email protected] "," scale ":" 2x "}]," in Fo ": {" version ": 1," author ":" Xcode "}} 

If all the settings are successful, or if you can't see the boot image, you can set up lanuchimage in general:

Which encountered some pits, but fortunately resolved, blog links: Http://www.cnblogs.com/xiaofeixiang, welcome to discuss, while welcome to recommend and attention ~

iOS Development-xcode6 (iOS 8) app icon and start Page Setup

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.