[TIL] DAY78_iOS_Making a VendingMachineApp(1)

- 2 mins

DAY78

#1. iOS 앱을 구성하는 핵심 객체들(UIKit Framework의 핵심 객체들)

#2. App초기화(App Loading Process) 과정 단순화

  1. App 실행: main() 함수 실행됨
  2. main(): UIApplicationMain() 호출
  3. UIApplicationMain(): UIApplication 객체 생성
  4. UIApplication 객체: Info.plist 파일을 바탕으로 앱에 필요한 데이터와 객체 로드
  5. AppDelegate 객체 생성 및 UIApplication 객체와 연결
  6. 이벤트 루프 생성 등 실행에 필요한 준비 진행
  7. 실행 완료 직전, AppDelegate의 application(_:didFinishLaunchingWithOptions:) 메시지 전송

#3. iOS 메인 런루프 동작 이해

comments powered by Disqus
rss facebook twitter github youtube mail spotify lastfm instagram linkedin google google-plus pinterest medium vimeo stackoverflow reddit quora quora