Get the default launch image launchimage from images. xcassets

Source: Internet
Author: User

Many children's shoes need to obtain the default startup diagram during development, but they do not want to add it once more to increase the package. The previous method does not work. How can they be obtained?

 

[Objc]View plaincopy
  1. Self. startimageview = [[uiimageview alloc] initwithframe: Self. Window. bounds];
  2. F (iphone5 ){
  3. Self. startimageview. Image = [uiimage imagenamed: @ "LaunchImage-700-568h"];
  4. } Else if (iphone6 ){
  5. Self. startimageview. Image = [uiimage imagenamed: @ "LaunchImage-800-667h"];
  6. } Else if (iphone6plus ){
  7. Self. startimageview. Image = [uiimage imagenamed: @ "LaunchImage-800-Portrait-736h"];
  8. } Else {
  9. Self. startimageview. Image = [uiimage imagenamed: @ "LaunchImage-700"];
  10. }
  11. [Self. Window addsubview: Self. startimageview];


If your program is compatible with less than 7.0, You need to determine the version, because obtaining the launch image on ios6 is @ "launchimage"

Get the default launch image launchimage from images. xcassets

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.