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