1. 애플 문서의 App Life Cycle을 번역해서 올려주신 블로그 입니다.
https://rhammer.tistory.com/94
[Apple Dev Reference] 앱 라이프사이클 The App Life Cycle
Apple Developer 문서를 번역만 하였습니다. The App Life Cycle 앱은 여러분이 작성한 코드와 시스템 프레임워크간의 상호작용의 결과물이라고 볼 수 있습니다. 프레임워크에서는 앱의 실행에 필요한 환
rhammer.tistory.com
2. 같은 부분이지만 설명과 그림이 좋아서 넣었습니다
https://medium.com/@neroxiao/ios-app-life-cycle-ec1b31cee9dc
iOS App Life Cycle
During startup, the UIApplicationMain function sets up several key objects and starts the app running. At the heart of every iOS app is the…
medium.com
'IOS > iOS' 카테고리의 다른 글
[TIL] iOS. MVVM without Rxswift (0) | 2020.11.20 |
---|---|
iOS. 유효성 검사 포맷( Validation Check ) (0) | 2020.11.18 |
[TIL] iOS. Button (0) | 2020.11.14 |
[TIL] iOS. View (0) | 2020.11.10 |
iOS. Delegate, Protocol 이란 무엇인가. (0) | 2020.11.04 |