English 中文(简体)
电话:节省多种观点
原标题:iphone save multiple views screenshot

我有一架UIImagePickerController,我补充了一些含有图像的分辨率。 我需要把整个内容作为形象加以拯救,但未能做到这一点。

为节省背景内容而使用以下代码:

UIGraphicsBeginImageContext(self.view.frame.size);
[self.view.layer renderInContext:UIGraphicsGetCurrentContext()];
UIImage *image = UIGraphicsGetImageFromCurrentImageContext();
UIGraphicsEndImageContext();

该公司为UIImagePickerController服务,但如果增加子调查,则停在网上。

www.un.org/spanish/ga/president 内容提要

一条线,在独角上没有任何错误,只是quit。

感谢!

问题回答

如果你试图在你的屏幕上打上一切照亮,我就发现这 on了:

UIWindow *screenWindow = [[UIApplication sharedApplication] keyWindow];

UIGraphicsBeginImageContext(screenWindow.frame.size);
[screenWindow.layer renderInContext:UIGraphicsGetCurrentContext()];
UIImage *screenshot = UIGraphicsGetImageFromCurrentImageContext();
UIGraphicsEndImageContext();

它将抓住窗户上的一切。

希望这一帮助。





相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签