ACKReactiveExtensions icon indicating copy to clipboard operation
ACKReactiveExtensions copied to clipboard

Deprecate and later remove extensions which are available using keypaths

Open olejnjak opened this issue 6 years ago • 0 comments

ReactiveSwift allows accessing allows accessing reactive properties using KVC

tableView.reactive[\.tableViewHeader] <~ tableViewHeaderSignal

We can compact ACKReactiveExtensions by removing such extensions

olejnjak avatar Apr 02 '19 14:04 olejnjak