티스토리 뷰
https://developer.apple.com/videos/play/wwdc2019/258/
[ iOS 12와 그 이전 ]
AppDelegate
- Process Lifecycle
-- didFinishLaunchingWithOption~
-- applicationWillTerminate
- UI Lifecycle
-- application: willEnterForeground
-- application: didEnterBackground
-- application: didBecomeActive
-- application: willResignActive
[ iOS 13 이후 ]
AppDelegate
- Process Lifecycle
-- didFinishLaunchingWithOption~
-- applicationWillTerminate
- Session Lifecycle
-- session created
-- session discarded
SceneDelegate
- UI Lifecycle
-- scene: willEnterForeground
-- scene: didEnterBackground
-- scene: didBecomeActive
-- scene: willResignActive
-- willConnectToSession
-- sceneDidDisconnect
'macOS, iOS' 카테고리의 다른 글
Shared web credentials (0) | 2019.12.27 |
---|---|
[iOS] Build와 Version (0) | 2019.12.26 |
[swift] memberwise initializer (0) | 2019.12.20 |
[iOS] stored property와 computed property (0) | 2019.12.20 |
붙여넣기 시 복사해온 글의 서식(색깔, 폰트)를 없애고 싶을 때 (0) | 2019.12.20 |