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

    <tfoot id='fp68V'></tfoot>

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

          <bdo id='fp68V'></bdo><ul id='fp68V'></ul>
      1. <legend id='fp68V'><style id='fp68V'><dir id='fp68V'><q id='fp68V'></q></dir></style></legend>

        在 UIWebview ios 中显示特定的 pdf 页面

        时间:2023-11-09

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

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

                  本文介绍了在 UIWebview ios 中显示特定的 pdf 页面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我目前正在做一个项目,我有 ios 需要显示一个 pdf 文件.但是我想选择要显示的页面.例如,请参阅 UIWebView 中的第 10 页(共 37 页).我还没有找到干净分离 pfd 页面的方法.

                  I am currently working on a project and I have ios need to display a pdf file. However i want choose the page to display. For example see page 10 of 37 in a UIWebView. I have not found a way to cleanly separate the pages of a pfd.

                  感谢您的帮助.

                  推荐答案

                  你可以使用 webview 的 setContentOffset 属性来显示该页面,

                  You can use setContentOffset property of webview to show that page,

                  [[webView scrollView] setContentOffset:CGPointMake(0,10*pageheight) animated:YES];
                  

                  其中pageheight=你的页面高度,10是你的页面编号,

                  where pageheight=your page height, 10 is your page no,

                  这篇关于在 UIWebview ios 中显示特定的 pdf 页面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:RTF 相当于 UIWebView 的 loadHTMLString? 下一篇:Swift:触发 TableViewCell 以导致另一个 ViewController 中的 UIWebView 中的

                  相关文章

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

                1. <small id='wY0a2'></small><noframes id='wY0a2'>

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