AckeeCZ / ACKReactiveExtensions

Set of useful extensions for ReactiveSwift & ReactiveCocoa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove backgroundColor extension on UIView

olejnjak opened this issue · comments

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.