iOS/🍎 Documentation

UIApplicationDelegate - UIKit

woozzang 2021. 1. 28. 22:42
참고 자료: developer.apple.com/documentation/uikit/uiapplicationdelegate

 

Overview

AppDelegate μ˜€λΈŒμ νŠΈλŠ” μ•± μ „λ°˜μ—μ„œ κ³΅μœ λ˜λŠ” λ™μž‘λ“€μ„ κ΄€λ¦¬ν•©λ‹ˆλ‹€.

 

AppDelegate λŠ” 사싀상 μ•±μ˜ root object 이며, UIApplication κ³Ό μ—°λŒ€ν•˜μ—¬ μ‹œμŠ€ν…œκ³Όμ˜ μƒν˜Έμž‘μš©λ“€μ„ κ΄€λ¦¬ν•©λ‹ˆλ‹€.

 

UIApplication  μ˜€λΈŒμ νŠΈμ™€ 같이, UIKit 은 AppDelegate을 launch-cycle λ‹Ήμ‹œμ— 미리 생성해 λ†“μœΌλ―€λ‘œ, 항상 μ‘΄μž¬ν•©λ‹ˆλ‹€.

λ”°λΌμ„œ μ½”λ“œμƒμ—μ„œ 항상 μ ‘κ·Όν•  수 μžˆμŠ΅λ‹ˆλ‹€.

 


 

 

AppDelegate 였브젝트λ₯Ό μ‚¬μš©ν•˜μ—¬ λ‹€μŒκ³Ό 같은 μž‘μ—…μ„ λ‹€λ£° 수 μžˆμŠ΅λ‹ˆλ‹€:

 

  • μ•±μ˜ 쀑심역할을 ν•˜λŠ” 자료ꡬ쑰λ₯Ό μ΄ˆκΈ°ν™” ν•˜κΈ°

  • μ•±μ˜ 씬을 κ΅¬μ„±ν•˜κΈ°

  • μ•± μ™ΈλΆ€μ—μ„œλΆ€ν„° 온 notification 에 λŒ€μ‘ν•˜κΈ°. 예λ₯Ό λ“€μ–΄ low-memory warnings, download completion notificaiton λ“±

  • μ•± 의 μ”¬μ΄λ‚˜ view, view controller κ°€ 타깃이 μ•„λ‹Œ μ•± μžμ²΄κ°€ 타깃이 λ˜λŠ” μ΄λ²€νŠΈμ— λŒ€μ‘ν•˜κΈ°

  • Launch- time 에 ν•„μš”ν•œ μ„œλΉ„μŠ€λ“€ λ“±λ‘ν•˜κΈ°. 예λ₯Ό λ“€μ–΄ APN μ„œλΉ„μŠ€

κ΄€λ ¨ κΈ€: woozzang.tistory.com/72