Understanding of [UIApplication sharedapplication]

Source: Internet
Author: User

( sharedapplication] return uiapplication * application = nil;

+ (uiapplication*) shareapplication{

if (application = = nil) {

application= [[uiapplication Alloc]init];

}

return application;

}

When uiapplication receives all system events and lifecycle events, it passes the event to uiapplicationdelegate for processing, and for the user input event, it is passed to the corresponding target object to be processed. For example, we can invoke the applicationwillresignact ive () method of the application delegate class after a message such as an application is called, which is also called when the user locks the screen, adapting to the delegate method when the application is re-opened by the user. Another common use is an out-of-memory system warning that invokes the Applicationdidreceivemem orywarning () method of the application's delegate class, and then we can try to free up some memory.

Understanding of [UIApplication sharedapplication]

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.