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
- ReactorKit
- input
- URLSession
- 공백
- UIResponder
- hitTest
- 전자출입
- ios
- Custom Class
- moya
- Asnyc
- AVCaptureSession
- MaxHeap
- 사내배포
- readLine
- binder
- RxSwift
- reversed
- weak self
- Python
- Combine
- UserDefaults
- DISPATCH
- vtable
- 입력
- BidirectionalCollection
- Responder chain
- delays deallocation
- swift
- async
Archives
- Today
- Total
틈틈히 적어보는 개발 일기
[TIL #6] RxSwift - Binder, MainThread에서 동작함을 확인하다 본문
⚠️ Binder
💡 왜 UIKit(RxCocoa).rx.text를 변경하는건 MainThread를 지정안해줘도 UI 에러가 뜨지 않는걸까?!
→ Binder로 래핑된 객체는 Bind가 MainThread에서 동작함을 보장함!!! 그래서 쓰레드를 지정해주거나 Drive를 걸지 않아도 에러가 나오지 않는 것
'📝 TIL' 카테고리의 다른 글
[TIL #7] ReactorKit (0) | 2022.06.17 |
---|---|
[TIL #5] MaxHeap, 최대힙 (0) | 2022.04.18 |
[TIL #3] strong self, weak self, delays deallocation (0) | 2022.04.03 |
[TIL #2] 네트워크 코드를 더욱 깔끔하게 (feat: URLSession, Moya) (0) | 2022.03.31 |
[TIL #1] Swift에는 없는 자료구조: queue, deque (0) | 2022.03.21 |
Comments