# AppDelegate
총 8개의 포스트

May 06, 2021, TIL (Today I Learned) - Scene Delegate & App Delegate
layout: posttitle: "May 06, 2021, TIL (Today I Learned) - Scene Delegate & App Delegate"summary: "iOS 커리어 스타터 캠프 2기"author: inwoodevdate: '2021-05-06
2021년 8월 26일
·
0개의 댓글
[iOS] AppDelegate, SceneDelegate
필자는 앱에서 NavigationController를 이용해서 화면전환을 시도했으나 AppDelegate에 NavigationController를 생성하는 강의 자료와는 맞지 않았다.이를 해결하기위해 Xcode에서 프로젝트를 생성하면 기본으로 AppDelegate.sw
2021년 7월 30일
·
0개의 댓글
[iOS] App Life Cycle(AppDelegate, SceneDelegate)
말 그대로 앱의 생명 주기이다. App이 foreground 혹은 background에 있을 때, 기타 중요한 이벤트, 혹은 정의 이벤트를 처리한다.앱의 상태에 따라 할 수 있는 작업과 할 수 없는 작업으로 나뉜다.iOS 13 이상scene-based로 하는 App에서
2021년 5월 8일
·
0개의 댓글
Architecting your app for multiple windows
WWDC 2019 Architecting your app for multiple window 영상에 대해서 알아보자!
2021년 1월 17일
·
0개의 댓글
[iOS] AppDelegate와 SceneDelegate
Xcode에서 프로젝트를 생성하면 자동으로 AppDelegate.swift와 SceneDelegate.swift 파일이 추가되어 있어요! 오늘은 이 두 swift 파일에 있는 AppDelegate클래스와 SceneDelegate클래스에 대해서 알아보려고해요 😄
2020년 3월 5일
·
7개의 댓글