• <tfoot id='9nBwC'></tfoot>

    <small id='9nBwC'></small><noframes id='9nBwC'>

      <bdo id='9nBwC'></bdo><ul id='9nBwC'></ul>

    1. <legend id='9nBwC'><style id='9nBwC'><dir id='9nBwC'><q id='9nBwC'></q></dir></style></legend>

      <i id='9nBwC'><tr id='9nBwC'><dt id='9nBwC'><q id='9nBwC'><span id='9nBwC'><b id='9nBwC'><form id='9nBwC'><ins id='9nBwC'></ins><ul id='9nBwC'></ul><sub id='9nBwC'></sub></form><legend id='9nBwC'></legend><bdo id='9nBwC'><pre id='9nBwC'><center id='9nBwC'></center></pre></bdo></b><th id='9nBwC'></th></span></q></dt></tr></i><div id='9nBwC'><tfoot id='9nBwC'></tfoot><dl id='9nBwC'><fieldset id='9nBwC'></fieldset></dl></div>

        iOS:作为后台任务运行时是否可以截屏?

        iOS: Is it possible to take screenshots while running as a background task?(iOS:作为后台任务运行时是否可以截屏?)

        <i id='LDZDc'><tr id='LDZDc'><dt id='LDZDc'><q id='LDZDc'><span id='LDZDc'><b id='LDZDc'><form id='LDZDc'><ins id='LDZDc'></ins><ul id='LDZDc'></ul><sub id='LDZDc'></sub></form><legend id='LDZDc'></legend><bdo id='LDZDc'><pre id='LDZDc'><center id='LDZDc'></center></pre></bdo></b><th id='LDZDc'></th></span></q></dt></tr></i><div id='LDZDc'><tfoot id='LDZDc'></tfoot><dl id='LDZDc'><fieldset id='LDZDc'></fieldset></dl></div>
        • <tfoot id='LDZDc'></tfoot>
              <tbody id='LDZDc'></tbody>
            • <legend id='LDZDc'><style id='LDZDc'><dir id='LDZDc'><q id='LDZDc'></q></dir></style></legend>
                <bdo id='LDZDc'></bdo><ul id='LDZDc'></ul>

                <small id='LDZDc'></small><noframes id='LDZDc'>

                1. 本文介绍了iOS:作为后台任务运行时是否可以截屏?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我想在我的应用处于后台时截取任何正在运行的应用的屏幕截图.

                  I want to take screenshots of any running app, while my app is in the background.

                  我知道我可以使用以下方法在 iOS 中截屏:

                  I know I can take screenshots in iOS using:

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

                  但这在后台任务中实际上是不可能的,因为 UIGraphicsGetCurrentContext 返回 NULL 并且我想要正在运行的应用程序的屏幕截图而不是我的视图.有没有其他办法?

                  But this is not really possible in a background task as UIGraphicsGetCurrentContext returns NULL and I want a screenshot of the running app and not my view. Is there any other way?

                  推荐答案

                  在运行股票操作系统时,iOS 应用安全沙箱将阻止您的应用访问任何其他应用的视图内容.

                  When running the stock OS, the iOS app security sandbox will prevent your app from having access to the contents of the view of any other app.

                  这篇关于iOS:作为后台任务运行时是否可以截屏?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  What values should I use for iOS boolean states?(我应该为 iOS 布尔状态使用什么值?)
                  How do I get NSJSONSerialization to output a boolean as true or false?(如何让 NSJSONSerialization 将布尔值输出为真或假?)
                  Is there any difference between bool, Boolean, and BOOL in Objective-C?(Objective-C 中的 bool、Boolean 和 BOOL 之间有什么区别吗?)
                  Set bool property of all objects in the array(设置数组中所有对象的布尔属性)
                  What is the correct way to proceed with this bool?(处理这个布尔值的正确方法是什么?)
                  iOS: Use a boolean in NSUserDefaults(iOS:在 NSUserDefaults 中使用布尔值)
                2. <small id='jfkWc'></small><noframes id='jfkWc'>

                      <tbody id='jfkWc'></tbody>
                      • <bdo id='jfkWc'></bdo><ul id='jfkWc'></ul>
                          <tfoot id='jfkWc'></tfoot>
                          <i id='jfkWc'><tr id='jfkWc'><dt id='jfkWc'><q id='jfkWc'><span id='jfkWc'><b id='jfkWc'><form id='jfkWc'><ins id='jfkWc'></ins><ul id='jfkWc'></ul><sub id='jfkWc'></sub></form><legend id='jfkWc'></legend><bdo id='jfkWc'><pre id='jfkWc'><center id='jfkWc'></center></pre></bdo></b><th id='jfkWc'></th></span></q></dt></tr></i><div id='jfkWc'><tfoot id='jfkWc'></tfoot><dl id='jfkWc'><fieldset id='jfkWc'></fieldset></dl></div>

                          • <legend id='jfkWc'><style id='jfkWc'><dir id='jfkWc'><q id='jfkWc'></q></dir></style></legend>