일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- WWDC
- 달력
- ar
- stateobject
- authentication
- state
- Network
- Animation
- Concurrency
- auth
- fullscreencover
- withAnimation
- arkit
- CS
- Performance
- UIKit
- gesture
- dataflow
- firebase
- 네트워크
- 데이터최적화
- environmentobjet
- RxSwift
- realitykit
- iphone
- combine
- swift
- SwiftUI
- ios
- GCD
Archives
- Today
- Total
목록async (1)
XLOG
[WWDC] Combine in Practice 보고 Combine 이해하기
내가 이해한 컴바인은 비동기적으로 동작하는 함수로 요청에 의해 Publisher는 요청을 처리하여 Subscriber에게 전달하여 변경 사항을 적용할 수 있게 하는 프레임워크이다. 우선 Combine을 이해하고 사용하기 위해 우리는 Publisher, Subscriber, Subject, Operator 를 알아야 한다. 우선 Publisher Publisher 는 두가지 associatedtype 인 Output, Failure 와 가 존재하며 subscribe 를 통해 Subscriber와 연결을 취한다. 초반 예시에 나오는 코드에서 맨 아래 Data, Never 테두리에 적혀있는 것은 Publisher에 Output, Failure 의 타입으로 계속해서 저렇게 표시를 해준다. 또한 Notificat..
Swift/Etc
2023. 2. 2. 23:22