본문 바로가기

개발/App Developer

애플리케이션 델리게이트 이벤트

애플리케이션 델리게이트 이벤트는 main 함수에서 호출되는

UIApplicationMain 이 UIApplication 객체와 애플리케이션 델리게이트 객체를 생성한 다음

UIApplication 객체에 델리게이트 객체를 연결하여 UIApplication 객체는 자신이 참조하는

델리게이트객체에 메시지를 보내는 방식이다.

 

이들 메시지 중에 최초로 보내지는 메시지는 applicationDidFinishLaunching 이다.

이 메시지는 애플리케이션 초기화 메시지다.