I'm trying to create a clone of the native iOS Notes app. I already have a PencilKit setup with SwiftUI. I'm now trying to add (typed) text to the note and background images/patterns. I also want to serialize the notes to a file.
How do I add multiple background images and editable Text to the background of a PencilKit Canvas aka a UIScrollview?