Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- class
- array
- apns
- uikit
- struct
- segue
- calendar
- list
- self
- ScrollView
- SWIFTUI
- IOS
- viewlifecycle
- 화면전환
- PushNotification
- Switch
- CoreImage
- 고차함수
- singleton
- NotificationCenter
- Git
- Observer
- http
- Refresh
- escaping
- mvvm
- Animation
- 글또
- SWIFT
- error
Archives
- Today
- Total
목록appdelegate (1)
seong_hye, the developer
UIKit) AppDelegate & SceneDelegate 알아보기
UIKit을 사용하기 위해 프로젝트를 만들게 되면만들어져있는 기능들에 대해 알아보려 한다📘 AppDelegateiOS 앱의 생명 주기(lifeCycle)와 시스템 이벤트를 관리하는 핵심 클래스앱이 실행될 때부터 종료되기까지의 흐름을 제어하며,앱 수준의 이벤트(ex_푸시 알림, 백그라운드 진입, 외부 URL 열기 등)를 처리하는 데 사용 AppDelegate = iOS 앱 전체의 실행 상태와 시스템 이벤트를 처리하는 앱 생명 주기 관리자 클래스🔹기본 구조import UIKit@mainclass AppDelegate: UIResponder, UIApplicationDelegate { func application(_ application: UIApplication, didFinishLaunchingWi..
IOS/UIKit
2022. 10. 19.