update view life cycle

This commit is contained in:
Jungpyo Hong 2021-10-11 09:52:25 -05:00 committed by GitHub
parent e7f2296ec2
commit 6c6ace79ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,6 +205,17 @@ put .yml file into root folder and apply following code in Build Phases
## View Life Cycle
- viewDidLoad
- viewWillAppear
- viewWillLayoutSubviews
- viewDidLayoutSubviews
- viewDidAppear
- viewWillDisappear
- viewDidDisappear
[iOS View Controller Life Cycle](https://medium.com/good-morning-swift/ios-view-controller-life-cycle-2a0f02e74ff5)