3. What are the functions of the Uiviewcontroller life cycle? For example: Viewdidload/viewwillappear/viewdidappear, etc...

Source: Internet
Author: User

1. Viewdidload: The system automatically calls this method when the controller-managed master and apprentice is loaded.

2. Didreceivememorywarning: This method is not called by the programmer. This method is called when the system detects a tight memory available.

3. Viewwillappear: The system automatically calls this method when the controller-managed view is about to be displayed.

4. Viewdidappear: The system calls this method automatically when the view that the controller manages is displayed.

5. Viewwilldisappear: The system calls this method automatically when the view managed by the controller [ will be ] hidden or removed from the window.

6. Viewdiddisappear: The system calls this method automatically when the view managed by the controller is hidden or removed from the window.

7. Viewwilllayoutsubviews: The system calls this method automatically when the view that the controller manages will arrange all the child views it contains.

8. Viewdidlayoutsubviews: The system automatically calls this method when the view managed by the Controller arranges all the pose diagrams it contains.

3. What are the functions of the Uiviewcontroller life cycle? For example: Viewdidload/viewwillappear/viewdidappear, etc...

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.