Functional Reactive Programming in Swift 3
Data Binding with RxSwift
This post is a tutorial that will teach you how to bind data to views using RxSwift, which is a part of the Functional Reactive Programming (FRP) design pattern — where views react to…