AckeeCZ / ACKReactiveExtensions

Set of useful extensions for ReactiveSwift & ReactiveCocoa
MIT License
17 stars 4 forks source link

Remove backgroundColor extension on UIView #5

Closed olejnjak closed 7 years ago

olejnjak commented 7 years ago

backgroundColor extension on Reactive<UIView> is now redundant as it is already contained in ReactiveCocoa. It also makes use of binding operator ambigous as one property is optional and the other isn't.