From e7f2296ec2fa2d853349e899dcd2789508acd02a Mon Sep 17 00:00:00 2001 From: Jungpyo Hong Date: Sun, 10 Oct 2021 17:13:50 -0500 Subject: [PATCH] update view life cycle --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 8168cae..7804300 100644 --- a/README.md +++ b/README.md @@ -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 +

+Back to Content +

@@ -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 +

+Back to Content +

+ + + + + ## Design Pattern