IOS miscellaneous-8 (Introduction to loadView, viewDidLoad, viewWillAppear, viewDidAppear, etc.), loadviewviewdidload

Source: Internet
Author: User

IOS miscellaneous-8 (Introduction to loadView, viewDidLoad, viewWillAppear, viewDidAppear, etc.), loadviewviewdidload

LoadView;
This is where subclasses shocould create their custom view hierarchy if they aren't using a nib. shocould never be called directly.
This is when they are not using the nib view page, the subclass will create its own custom view layer. It must not be called directly.

------------
ViewDidLoad;
Called after the view has been loaded. For view controllers created in code, this is after-loadView. For view controllers unarchived from a nib, this is after the view is set.
It is called after a view is loaded. If it is a view loader created in code, it will be called after the loadView method. If it is output from the nib view page, it will be called after the view is set.

------------

ViewWillAppear:

Called when the view is about to made visible. Default does nothing
Called when the view is about to be visible. No operations are performed by default.

------------

ViewDidAppear:
Called when the view has been fully transitioned onto the screen. Default does nothing
Called when the view has been fully transitioned to the screen

------------
ViewWillDisappear:
Called when the view is dismissed, covered or otherwise hidden. Default does nothing
A view is called when it is rejected. It is overwritten or hidden in other ways. No operations are performed by default.

------------
ViewDidDisappear:
Called after the view was dismissed, covered or otherwise hidden. Default does nothing
A view is called after it is rejected. It is overwritten or hidden in other ways. No operations are performed by default.

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.