<legend id='4cHqP'><style id='4cHqP'><dir id='4cHqP'><q id='4cHqP'></q></dir></style></legend>
    • <bdo id='4cHqP'></bdo><ul id='4cHqP'></ul>

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

    <small id='4cHqP'></small><noframes id='4cHqP'>

      <tfoot id='4cHqP'></tfoot>

      如何从 UIWebView 创建 UIImage

      时间:2023-10-21
      <i id='qY2GZ'><tr id='qY2GZ'><dt id='qY2GZ'><q id='qY2GZ'><span id='qY2GZ'><b id='qY2GZ'><form id='qY2GZ'><ins id='qY2GZ'></ins><ul id='qY2GZ'></ul><sub id='qY2GZ'></sub></form><legend id='qY2GZ'></legend><bdo id='qY2GZ'><pre id='qY2GZ'><center id='qY2GZ'></center></pre></bdo></b><th id='qY2GZ'></th></span></q></dt></tr></i><div id='qY2GZ'><tfoot id='qY2GZ'></tfoot><dl id='qY2GZ'><fieldset id='qY2GZ'></fieldset></dl></div>
        • <bdo id='qY2GZ'></bdo><ul id='qY2GZ'></ul>
          <legend id='qY2GZ'><style id='qY2GZ'><dir id='qY2GZ'><q id='qY2GZ'></q></dir></style></legend>

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

          <tfoot id='qY2GZ'></tfoot>

                  <tbody id='qY2GZ'></tbody>
                本文介绍了如何从 UIWebView 创建 UIImage的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                在我打算做的 ipad 应用程序中,这将是关于在 UIWebView 中加载网页的全部内容.我有一个功能,其中我将显示 UIWebViews 的预览,更像是这些网页的缩略图.我该怎么做呢?从这些网页生成 UIImage 会很酷......希望有人可以帮助我实现这一目标.

                In the ipad app im planning to do, it will be all about loading web pages in UIWebView. I have a feature wherein I will display previews of the UIWebViews, more like thumbnails of these web pages. How do I do this? generating UIImage from these web pages would be cool... Hope someone can help me achieve this.

                推荐答案

                UIGraphicsBeginImageContext(yourWebView.bounds.size);
                        [yourWebView.layer renderInContext:UIGraphicsGetCurrentContext()];
                        UIImage *resultImageView = UIGraphicsGetImageFromCurrentImageContext();
                        UIGraphicsEndImageContext();
                

                这个 resultImageView 将是你的答案...

                this resultImageView will be your answer...

                这篇关于如何从 UIWebView 创建 UIImage的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                上一篇:如何在 iPhone 上使用 windowScriptObject? 下一篇:使用 UIWebView 在 iOS 应用程序中登录 Instagram 时出错

                相关文章

              • <small id='h3UaQ'></small><noframes id='h3UaQ'>

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

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

                    <tfoot id='h3UaQ'></tfoot>