以前- (BOOL)presentPreviewAnimated:(BOOL)animated;
はドキュメントを読み込んでいたので、ドキュメントからスクリーンショットを撮りたいので、試してみます
UIGraphicsBeginImageContext(self.view.bounds.size);
[self.view.layer renderInContext:UIGraphicsGetCurrentContext()];
currentImage=UIGraphicsGetImageFromCurrentImageContext();
UIGraphicsEndImageContext();
しかし、それはメインビューを取るだけなので、ドキュメントビューのレイヤーを取る方法を教えてくれる人を探しています。