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
- Automatically manage signing
- in-out
- 잡초가득블로그
- coordinateSpace
- swiftdocs
- memory safety
- RIBs Tutorial
- Apple Certificate
- Github file size
- 대머리깃허브
- 로버트마틴형
- ios
- App Signing
- Git Large File Storage
- SWIFT
- 메모리 접근 충돌
- iOS Target
- UICoordinateSpace
- conflicting access to memory
- Ribs
- rib
- windowScene
- Dispatch.main.sync
- RxSwift
- Large File Storage
- 클린아키텍쳐
- Concurrent
- RxCocoa
- Dependency Rule
- iOS 버전 점유율
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