I have an application coded in objective-c that is using CoreGraphics and CGPDFDocument, it's a PDF reader.
With the release of iOS 15 I'm having problems with the rendering of certain pages in certain PDF files. The problem is not present with PDFKit.
I have also downloaded the ZoomingPDFViewer example https://developer.apple.com/library/archive/samplecode/ZoomingPDFViewer/Introduction/Intro.html#//apple_ref/doc/uid/DTS40010281 from the official apple documentation page and I see that the same thing happens.