AckeeCZ / ACKReactiveExtensions

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

Deprecate extensions which are available through keypaths #42

Closed olejnjak closed 5 years ago

olejnjak commented 5 years ago

This PR addresses #40. It adds deprecations to extensions which are available through keypaths so they can be removed in later releases.

Right now I am not sure about the deprecation style - maybe this way would be better?

@available(*, deprecated, message: "Use [\.tableHeaderView] instead")

Checklist