RxSwift is a library for composing asynchronous and event-based code by using observable sequences and functional style operators, allowing for parameterized execution via schedulers.
Google
To use RxSwift, import the framework following the instruction from RxSwift Github.
Basic RxSwift
Operators
- Ignoring Operator
- Skipping Operator
- Taking Operator
- Distinct Operator
- Transform Operator
- Combining Operator