intuit / CardParts

A reactive, card-based UI framework built on UIKit for iOS developers.
Other
2.52k stars 225 forks source link

Remove deprecated Variable and move to BehaviorRelay #135

Closed croossin closed 5 years ago

croossin commented 5 years ago

Per issue #134

The largest change is that Variable is replaced with BehaviorRelay which takes a value as a parameter. Also, when changing its value we do not use .value = anymore; instead it is .accept().