Episode 1
Combining Observables with RxSwift's Zip Operator
RxSwift defines a number of operators to combine two or more observables into a single observable. Each of these operators serves a specific purpose. In this episode, I show you how to use the zip operator to combine observables.