728x90
NotificationCenter를 사용 시 실행할 observer를 closure로 지정할 경우 deinit에서 remove해줘야 하지만 selector로 함수로 지정해주면 제거할 필요가 없다.
If your app targets iOS 9.0 and later or macOS 10.11 and later, and you used addObserver:selector:name:object:, you do not need to unregister the observer. If you forget or are unable to remove the observer, the system cleans up the next time it would have posted to it.
728x90
'iOS > 이슈' 카테고리의 다른 글
[iOS Issue] Remote Notification이 두 번 생성되는 이슈 (0) | 2021.06.04 |
---|---|
[iOS Issue] CustomView에서 sublayer 추가 시 이슈 (0) | 2021.06.04 |
[iOS Issue] iOS 11에서 StackView의 Background Color가 안 보임 (0) | 2021.05.14 |
[iOS Issue] UIScrollView 한 방향으로만 스크롤 되게 하기 (0) | 2021.05.04 |
[iOS Issue] viewDidLoad에서 frame이 초기화 되지 않는 현상 (0) | 2021.05.01 |
댓글