Skip to content

Add ObservableObject.objectDidChange #22

Description

@sharplet

This would provide a nice dual to objectWillChange and improve discoverability of the functionality. The implementation practically writes itself:

extension ObservableObject {
  public var objectDidChange: ObservableObjectPublisher<Self, DispatchQueue> {
    observe(on: .main)
  }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions