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 |
Tags
- UserDefaults
- 공백
- Responder chain
- RxSwift
- reversed
- Custom Class
- 사내배포
- ReactorKit
- Asnyc
- 입력
- binder
- UIResponder
- hitTest
- AVCaptureSession
- input
- async
- BidirectionalCollection
- delays deallocation
- DISPATCH
- ios
- moya
- 전자출입
- readLine
- vtable
- URLSession
- MaxHeap
- Combine
- swift
- weak self
- Python
Archives
- Today
- Total
목록ReactorKit (1)
틈틈히 적어보는 개발 일기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bYRl8Y/btrEX7zyzj8/GokKxnhG2Ee3gfj8Kbkw7K/img.png)
⚠️요약 아래 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