Populating a SwiftUI view with output from a combine publisher – Ios swift
How do I get the data returned from a combine publisher, to a view? There are many examples of this that show sink -> print. There is nothing that clearly shows how to do anything other than print.