YagomCareerStarterCamp-6 / Interview-study-in-swift

1 stars 0 forks source link

[8주차] Q2_scene delegate에 대해 설명하시오. #23

Open Judy-999 opened 1 year ago

Judy-999 commented 1 year ago
Judy-999 commented 1 year ago

scene 내에서 발생하는 life cycle 이벤트에 응답하는 객체입니다.

앱의 life cycle 이벤트를 관리하고, 앱 상태 전환이 발생할 때 delegate를 사용해 적절한 동작을 제공합니다.

kiwi1023 commented 1 year ago

scene을 관리 하는 객체로써 아이패드의 멀티 윈도우 기능 등장이후 생겨난 객체이다. 앱의 life cycle 이벤트를 관리하고, 앱 상태 전환이 발생할 때 delegate를 사용해 적절한 동작을 제공한다.

Groot-94 commented 1 year ago