Last updated
Last updated
Swift версия фреймворка Rx (Reactive Extensions).
По факту для работы с интерфейсом Observable. git:
RxBlocking
RxCocoa
RxRelay
RxSwift
RxTest
Взаимодействуют они так
RxCocoa: Provides Cocoa-specific capabilities for general iOS/macOS/watchOS & tvOS app development, such as Binders, Traits, and much more. It depends on both RxSwift
and RxRelay
.
RxTest and RxBlocking: Provides testing capabilities for Rx-based systems. It depends on RxSwift
.
RxSwift: The core of RxSwift, providing the Rx standard as (mostly) defined by . It has no other dependencies.
RxRelay: Provides PublishRelay
and BehaviorRelay
, two . It depends on RxSwift
.