앱 라이프사이클·시스템객관식기초출처 github.com ↗씬 기반 앱의 콜백iOS 13+ 씬 기반(SceneDelegate 사용) UIKit 앱이 백그라운드에서 포그라운드로 돌아올 때 호출되는 콜백은?하나만 선택1보기 1.application(_:willEnterForeground:)만 호출된다2보기 2.sceneWillEnterForeground(_:)가 호출되고 AppDelegate의 applicationWillEnterForeground는 호출되지 않는다3보기 3.sceneWillEnterForeground(_:)와 applicationWillEnterForeground(_:)가 순서대로 모두 호출된다4보기 4.scene(_:willConnectTo:options:)가 다시 호출된다채점하기