截图在横向模式下在iPad上出现问题

时间:2014-08-21 18:01:01

标签: xcode ipad screenshot landscape

我的应用程序中附带了代码,在发送电子邮件之前会截取视图的屏幕截图。它适用于纵向模式,但在横向模式下切断一个部分。在IOS7上运行。 有人可以帮帮我吗?

UIGraphicsBeginImageContext(self.view.bounds.size);
[self.view.layer renderInContext:UIGraphicsGetCurrentContext()];
UIImage *screenshotimage = UIGraphicsGetImageFromCurrentImageContext();
UIGraphicsEndImageContext();
UIImageWriteToSavedPhotosAlbum(screenshotimage, nil, nil, nil);

0 个答案:

没有答案
相关问题