CombineExtensions icon indicating copy to clipboard operation
CombineExtensions copied to clipboard

A collection of Combine Extensions

Combine Extensions

A collection of Combine Extensions to make it easier to work with Combine.

Available extensions

  • UIControl.publisher(for events: UIControl.Event) to listen to UIControl events.
  • NSObject.assign(_ publisher:, to keyPath:) to have autocompletion for the key paths.

Useful resources