[iOS | Swift] Notification Center 알림 센터 내리고 올릴 때

Minji Kim·2023년 9월 30일
0

iOS | Swift

목록 보기
12/13
post-thumbnail

은근 알림센터를 내렸다가 올린 경우에 대해서 다뤄야 할 때가 많다. 매번 까먹어서 항상 검색하곤 하는데 이번에야 말로 확실하게 기억하고야 말겠다!


알림센터 내릴 때

sceneWillResignActive
sceneDidBecomeActive
sceneWillResignActive

알림센터 올릴 때

sceneDidBecomeActive


App Switcher로 갈 때

sceneWillResignActive

다시 앱으로 돌아올 때

sceneDidBecomeActive


일시정지는 sceneWillResignActive, 다시시작은 sceneDidBecomeActive

profile
iOS Developer

1개의 댓글

comment-user-thumbnail
2023년 10월 1일

오호.. NotificationCenter에 SceneDelegate에서 호출하는 api를 따로 처리해줄 수도 있군요..? 새로운 거 알아갑니다!!

답글 달기