I have a feature in my app where I export a bunch of images into a PDF. For this, I use
UIGraphicsBeginPDFPageWithInfo
and
myView.drawHierarchy(in: myView.frame, afterScreenUpdates: true)
This worked perfectly fine for several years. And now it has broken with the latest update. Any hints on what could be causing this issue?
This is now fixed from iOS 17.1 onwards.