-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
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)
}
}IanKeen and mjKosmic
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers