From a99ba845c46c3de2a16de7a23c8cf90bbe666447 Mon Sep 17 00:00:00 2001 From: Jungpyo Hong Date: Sat, 9 Oct 2021 14:36:27 -0500 Subject: [PATCH] update iOS app life cycle --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index 1ed69b2..d293042 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,31 @@ put .yml file into root folder and apply following code in Build Phases | Clean Code: A Handbook of Agile Software Craftsmanship | Robert C. Martin | | The Pragmatic Programmer Your Journey to Mastery, 20th Anniversary Edition| Andrew Hunt David Hurst Thomas | + +## App Life Cycle + + +[iOS App Life Cycle](https://medium.com/@neroxiao/ios-app-life-cycle-ec1b31cee9dc) + + + + + + + + + + + + + + + + + + + + ## Design Pattern