A set of mathods to manage shared behaviors for your app

앱의 공유 동작들을 관리하는 메서드 집합

Apple Developer Documentation

Declaration

@MainActor protocol UIApplicationDelegate

Overview

Your app delegate object manages your app’s shared behaviors. The app delegate is effectively the root object of your app, and it works in conjunction with UIApplication to manage some interactions with the system. Like the UIApplication object, UIKit creates your app delegate object early in your app’s launch cycle so it’s always present.

Use your app delegate object to handle the following tasks:

For more information about how you use the app delegate object to initialize your app at launch time, see Responding to the Launch of Your App.

Application Delegate Tasks