From a404b4b9a56130e0dd561fa960f2bc43fec73cfe Mon Sep 17 00:00:00 2001 From: Dennis Hong Date: Wed, 22 May 2024 23:57:08 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 232ed1b..ea7c4f0 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ apple developer tutorial video link update - [Coding Convention](#Coding-convention) - [Swift Lint](#Swift-lint) - [App Life Cycle](#app-life-cycle) -- [View Life Cycle](#view-life-cycle) +- [ViewContoller Life Cycle](#viewContoller-life-cycle) - [Design Pattern](#Design-Pattern) - [Adaptor](#Adaptor) - [Coordinator](#Coordinator) @@ -288,7 +288,7 @@ put .yml file into root folder and apply following code in Build Phases -## View Life Cycle +## ViewController Life Cycle