Adding text and images to PencilKit Canvas

630 Views Asked by At

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?

0

There are 0 best solutions below