Swift Tip: Bindings with KVO and Key Paths Taken from their soon to be published book, the objc.io team show us how to create lightweight UI bindings using Key-Value-Observing and Swift’s key paths. Very nice. Posted on April 26, 2018 #reactive #binding
View Bindings in Pure Swift Another good episode of Swift Talk from the guys at objc.io. In this episode, Chris and Florian experiment with reactive view bindings. They take the simple scenario of an activity indicator which needs to react to changes in state, and refactor it to bind the indicator to an observable state. Posted on October 31, 2017 #binding #talk