Xcode – Does not conform to protocol 'UIViewControllerRepresentable'
I'm completing the online apple Xcode Tutorial. At the UIKit tutorial portion, I'm repeatedly getting the same error: "Type 'PageViewController<Page>' does not conform to protocol 'UIViewControllerRepresentable'" That portion of the tutorial is a few lines which are copied and pasted:…