Update README.md

This commit is contained in:
Dennis Hong 2024-05-22 23:57:08 -05:00 committed by GitHub
parent b91fd2101b
commit a404b4b9a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
<img src = "https://github.com/jphong1111/awesome-ios-developer/blob/main/Images/iOSViewLifeCycle.png" width="70%" height="70%"/>