I started learning iOS development when Swift was introduced. Since then I've tried Xamarin, Flutter, and React Native. Nothing is better than native code:)
RxCocoa brings UIKit controls and views to the reactive world. We can access
them with .rx on view object. Neary all relevant properties of views have their
reactive wrapper: alpha, background color, frame,
Working with async tasks using RxSwift is easy and straightforward. For me, the
hardest thing was to grasp the concept of the flatMap operator.
FlatMap - general idea
First, let us focus on
I'll walk you through the process of releasing your own framework on CocoaPods,
Carthage, and SPM. We will need a couple of things upfront:
* GitHub account
* Homebrew [https://brew.sh] installed
RxSwift provides many ways to combine and merge two or more observables
together. Sometimes more than one thing has to go right to get the desired
result.
Starter project
We will reuse the
This time we will take a look at transformations. RxSwift provides many ways to
manipulate observable's values. I'll show you a couple of basic ones. I'll use