# App LifeCycle
총 4개의 포스트

[iOS]SwiftUI App의 라이프사이클 #1 iOS App의 라이프사이클
아이패드 Playground에서 프로젝트를 만들면 ContentView 말고도 MyApp이라는 Swift 파일이 항상 같이 생성됩니다. 파일에 작성된 코드를 보면 평소에 보던 ContentView와 비슷한 듯하면서도 다른 모습을 볼 수 있습니다. @main, App,
2022년 11월 12일
·
0개의 댓글·
0
iOS App Lifecycle
https://developer.apple.com/documentation/uikit/appandenvironment/managingyourappslife_cycle https://www.udemy.com/course/ios-13-app-development-boot
2021년 8월 8일
·
0개의 댓글·
0
iOS & Swift 공부 - App Lifecycle (영)
The step " Resources Reclaimed " is actually a key to understanding how iOS works. → Resources like CPU time or memory are limited, and the OS always
2021년 2월 16일
·
0개의 댓글·
0
App의 Life Cycle 다루기
iOS App Life Cycle 에 대해 이해하고자 번역, 정리한 글입니다. App Life Cycle 앱이 포어그라운드나 백그라운드에 있을 때 시스템 알림에 응답하고 다른 중요한 시스템 관련 이벤트를 다룬다. Overiew 앱의 현재 상태에 따라 할 수 있는 것
2020년 3월 10일
·
0개의 댓글·
3