티스토리 뷰

https://developer.apple.com/videos/play/wwdc2019/258/

 

Architecting Your App for Multiple Windows - WWDC 2019 - Videos - Apple Developer

Dive into the details about what it means to support multitasking in iOS 13. Understand how previous best practices fit together with new...

developer.apple.com

 

[ 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

 

 

 

공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/11   »
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
글 보관함