Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- MVVM
- Java
- URLSession
- STS3
- rxswift
- SWIFT
- 비동기프로그래밍
- 스위프트기초
- STS
- webview javascript
- webviewControll
- WebView
- WKWebView
- Vue.js
- swiftarchitecture
- UITabBarController
- 12969
- vuejs
- 스위프트아키텍처
- JavaScript
- Vue
- 스위프트
- Spring
- ios
- HTTP
- UIKit
- NotificationCenter정의
- programmers12969
- node.js
- Node
Archives
- Today
- Total
Monti
Swift - NotificationCenter 본문
Notification Center
Notification Center란?
NotificationCenter 에 등록된 event가 발생하면 해당 Event에 대한 행동을 취한다.
앱 내에서 메시지를 던지면 아무데서나 이 메시지를 받을 수 있게 하는 역할을 한다.
보통 백그라운드 작업의 결과, 비동기 작업의 결과 등 현재 작업의 흐름과 다른 흐름의 작업으로부터 이벤트를 받을 때 사용.
참조 블로그 :
'IOS > Swift' 카테고리의 다른 글
Swift URLSession HTTP 통신 - 2 (0) | 2022.09.30 |
---|---|
Swift URLSession HTTP 통신 - 1 (0) | 2022.09.30 |
Swift - UserDefault (0) | 2022.09.29 |
Swift - UITabBarController (0) | 2022.09.28 |
Swift UINavigationViewController (0) | 2022.09.28 |
Comments