I think it will be done.
http://www.ipodtouchfans.com/forums/showthread.php?t=132024
After that, I think the ability to maintain screen capture will do the job.
UIGraphicsBeginImageContext(self.view.bounds.size); //self.view.window.frame.size [self.view.layer renderInContext:UIGraphicsGetCurrentContext()]; UIImage *viewImage = UIGraphicsGetImageFromCurrentImageContext(); UIGraphicsEndImageContext(); UIImageWriteToSavedPhotosAlbum(viewImage, nil, nil, nil);
jp chance
source share