How to remove the Print PDF Annotations toggle from iOS print sheet?
I am trying to print a PDFDocument with annotations in swift and I don’t want the user to be able to toggle off the annotations.
How do I turn this off? I am using a PDFDocument(), is there something I need to change on it?