Chapter 3. Set up RxSwift and Convert a Basic Login App to its RxSwift Counterpart
In this chapter, we will start writing code to work with the concepts we have touched on in previous chapters. We will start with environment setup and then start working towards a very basic application. While we do so, we will revisit some important concepts that we discussed earlier, while expressing the functionality in code.
The main topics covered in this chapter are as follows:
- Setting up an
RxSwift
environment CocoaPods
andCarthage
- Writing a singe view login app in
RxSwift