heckj / swiftui-notes

content for Using Combine - notes on learning Combine with UIKit and SwiftUI
https://heckj.github.io/swiftui-notes/
MIT License
1.97k stars 204 forks source link

Update pattern-cascading-update-interface.adoc #258

Closed adamhaafiz closed 1 year ago

adamhaafiz commented 1 year ago

networkActivityPublisher is the PassthroughSubject here.

heckj commented 1 year ago

Ah... i used different naming in the snippet that was exposed to the output from the underlying code in the repo. They should be aligned, and with a bit of hindsight the naming in this code sample is better, so i'll take this PR and plan to update the background code later so it matches.