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 |
Tags
- IOS
- 에어팟
- JSONEncoder
- unowned
- UIDynamicAnimator
- Singleton Design Pattern
- Equatable
- Swift
- rxswift
- uicollectionview
- 오늘의성취도
- UIDocumentBrowserViewController
- Stanford cs193p
- Hashable
- NSAttributedString
- weak
- Git
- CoreGraphics
- JSONDecoder
- MVP
- CustomStringConvertible
- UIGestureRecognizer
- UIBezierPath
- Codable
- Observable
- reactivex
- Arc
- PhotoKit
- UIDocument
- AVFoundation
Archives
- Today
- Total
목록subject (1)
아직은 개린이

Observables are a fundamental part of RxSwift, but they're essentially read-only. You may only subscribe to them to get notified of new events they produce. A common need when developing apps is to manually add new values onto an observable during runtime to emit to subscribers. What you want is something that can act as both an observable and as an observer. That something is called a Subject. ..
Swift + iOS/RxSwift
2021. 10. 11. 22:12