How to use objectWillChange in Combine
Issue #513
A publisher that emits before the object has changed
Use workaround DispatchQueue
to wait another run loop to access newValue
1 | .onReceive(store.objectWillChange, perform: { |
Issue #513
A publisher that emits before the object has changed
Use workaround DispatchQueue
to wait another run loop to access newValue
1 | .onReceive(store.objectWillChange, perform: { |