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
- windowScene
- Ribs
- rib
- swiftdocs
- SWIFT
- Github file size
- Git Large File Storage
- 대머리깃허브
- 클린아키텍쳐
- UICoordinateSpace
- Automatically manage signing
- memory safety
- in-out
- Apple Certificate
- 잡초가득블로그
- App Signing
- 로버트마틴형
- Dispatch.main.sync
- Concurrent
- iOS Target
- RIBs Tutorial
- coordinateSpace
- conflicting access to memory
- Dependency Rule
- 메모리 접근 충돌
- iOS 버전 점유율
- RxCocoa
- ios
- RxSwift
- Large File Storage
Archives
- Today
- Total
목록RxRelay (1)
빙수왕의 개발일지
RxSwift, RxCocoa, RxRelay의 Observable, Subject, Driver, Signal, Relay 표로 정리
자꾸 찾아보기 힘들어서 표로 정리해야겠따.. 제가 아는 선에서 정리했으므로,, 내용이 부족하거나 생략됐을 수 있습니다. 클래스 생성 구독 방출 특징 Observable in RxSwift = create() Operators(just, ...) * 어딘가 property로 저장했을 때 default값 아래처럼 가능 let items: Observable = Observable([]) subscribe -> Disposable bind(to: A) * A는 Binder 불가 - 뇌가 없어서 방출을 원할 때 할 수 없다. Subject in RxSwift = PublishSubject() = BehaviorSubject(value = 기본값) ... subscribe bind(to: A) * A는 Binde..
개발/iOS
2021. 6. 24. 14:38