intuit / CardParts

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

Move to BehaviorRelay and get rid of deprecated Variable #134

Closed croossin closed 5 years ago

croossin commented 5 years ago

RxSwift has moved away from Variable and gone to BehaviorRelay:

[DEPRECATED] `Variable` is planned for future deprecation. Please consider `BehaviorRelay` as a replacement. Read more at: https://git.io/vNqvx
croossin commented 5 years ago

Fixed in PR #135 - will go out in 2.9.0 release soon.