I am making an app in ios that renders a pdf at certain zoom levels. The method looks good but while it is rendering i'd like just to keep the screen paused instead of seeing the rasterized tiles. Is there a way to pause the screen on beginning the process and then show the finished product when done. Something like...
[mainScreen pauseScreen]; //method I'm trying to find
[self redrawPDF]; //this method works fine
[mainScreen resume]; //show finished product