You are currently viewing a revision titled "App Delegate", saved on 2020-04-02 오전 2:03 by 야곰 | |
---|---|
제목 | App Delegate |
내용 | |
요약글 | |
Markdown content | 앱 딜리게이트.
앱의 콘텐츠가 그려지고 앱의 상태변화에 대응할 장소를 제공하는 `AppDelegate` 클래스의 인스턴스 객체
An [object](/docs/object) in your app (specifically, an [instance](/docs/instance) of the AppDelegate class) that creates the window where your app’s content is drawn and that provides a place to respond to state transitions within the app. |