IOS learning notes 1-iphone program running process

Source: Internet
Author: User

IPhone program running process


Main. M file, the main entry of the IOS Application


The two parameters of the main function are command line parameters, which are not used in iOS development. These two parameters are used to be consistent with the standard ansi c.


Uiapplicationmain function:

Provide a primary entry point for the application, and create a new application instance and its delegation. Delegate to handle application status changes and provide responses to those changes


After the window is started and loaded, the application delegate is removed from the background, and almost all application semantics are transferred to a subclass of the uiviewcontroller class. The application delegate usually does not play a role unless the application is about to end, or memory problems. A


Main () ---> application delegate (appdelegate) ----> View Controller (uiviewconstroller)


Application icons and application Images

Icon.pngand default.png. The former is the application icon and the latter is the startup screen.

Icon.png size: 29*29 (displayed in settings) 57*57 (desktop icon) 512*512 (for release presentation)


To join our QQ group or public account, see: Ryan's
Zone public account and QQ Group


Welcome to my Sina Weibo chat: @ Tang Ren _ Ryan

Related Article

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.