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
- 전자출입
- Custom Class
- reversed
- MaxHeap
- AVCaptureSession
- input
- delays deallocation
- binder
- URLSession
- Responder chain
- UIResponder
- RxSwift
- hitTest
- swift
- BidirectionalCollection
- moya
- 공백
- ReactorKit
- Combine
- ios
- async
- Python
- vtable
- 입력
- readLine
- 사내배포
- Asnyc
- weak self
- DISPATCH
- UserDefaults
Archives
- Today
- Total
목록ReactorKit (1)
틈틈히 적어보는 개발 일기
⚠️요약 아래 Flow는 VC의 Bind(reactor: )에서 - View의 Input(Action)을 Reactor와 연결 - View의 Output(State)을 Reactor와 연결 1. UI의 Input을 Reactor.Action.— 로 mapping 후 reactor.action에 bind를 걸어 input 수행 ㄴ 1-1(내부 Flow). 정의된 mutate함수 수행 결과(Observable)를 reduce 함수로 전달, reduce 함수가 state를 변화시킴 2. reactor.state를 UI에 bind를 걸어 output 수행 // MARK: - Code // 1. Action rx.viewWillAppear .mapToVoid() .map { Reactor.Action.fetch ..
📝 TIL
2022. 6. 17. 10:44