update view life cycle

This commit is contained in:
Jungpyo Hong 2021-10-10 17:13:50 -05:00 committed by GitHub
parent 8c16aeac1f
commit e7f2296ec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ Feel free to fork this repository and pull requests!!
- [Coding Convention](#Coding-convention)
- [Swift Lint](#Swift-lint)
- [App Life Cycle](#app-life-cycle)
- [View Life Cycle](#view-life-cycle)
- [Design Pattern](#Design-Pattern)
- [Adaptor](#Adaptor)
- [Delegation](#Delegation)
@ -191,6 +192,9 @@ put .yml file into root folder and apply following code in Build Phases
<p align="right">
<a href="#-content">Back to Content</a>
</p>
@ -199,6 +203,9 @@ put .yml file into root folder and apply following code in Build Phases
## View Life Cycle
[iOS View Controller Life Cycle](https://medium.com/good-morning-swift/ios-view-controller-life-cycle-2a0f02e74ff5)
@ -206,6 +213,14 @@ put .yml file into root folder and apply following code in Build Phases
<p align="right">
<a href="#-content">Back to Content</a>
</p>
## Design Pattern