I'm attempting to write a document based app that uses UIViewRepresentable to run a PKCanvasView that should save it's drawing data to a slot in an array of PKDrawings I have on my data object.
This is a general structure question as I've been really struggling to with how to connect the dots between the data, UIViewRepresentable and FileDocument struct.