Network request with RxSwift example

Network request with RxSwift example

This time I want to show you how you can write network request with RxSwift. The biggest change with network request with RxSwift is that we don't have to use completion blocks, delegates or other techniques to receive the asynchronous response. Since with RxSwift everything is an observable, the caller…continue reading →