I\'m trying to create previews images of pages in a PDF but I have some problems with the release of memory.
I wrote a simple test algorithm that cycles on the probl
Is this code running on the main thread? The documentation of the UIGraphicsGetImageFromCurrentImageContext (link) says it must run that way.