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

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

    1. 如何在 webView 中赋予页面卷曲动画?

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

              <tbody id='2pCnt'></tbody>

            <small id='2pCnt'></small><noframes id='2pCnt'>

              • 本文介绍了如何在 webView 中赋予页面卷曲动画?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                我正在开发 PDF 阅读器应用程序.如果我显示 pdf 文件,那么我无法更改它的字体大小.

                I am working on PDF Reader application. if i display pdf file then i am not able to change font size of this.

                所以我在 UIWebView 中显示 ePub 文件.但我的问题是如何像 iBook 和 kindle 应用程序那样在 UIWebView 中添加页面卷曲动画.

                So i display ePub file in UIWebView. But my problem is how to add page curl animation in UIWebView like iBook and kindle apps does.

                推荐答案

                我已经创建了一个名为 myWebView 的 UIWebView,点击按钮后会在 webview 上显示 curl 效果:-

                I have created a UIWebView named myWebView and on clicking the button the curl effect will be shown on the webview:-

                    -(IBAction) nextPageAnimationForWebView{        
                    CATransition *animation = [CATransition animation];
                    [animation setDelegate:self];
                    [animation setDuration:1.0f];
                    animation.startProgress = 0.5;
                    animation.endProgress   = 1;
                    [animation setTimingFunction:UIViewAnimationCurveEaseInOut];
                    [animation setType:@"pageCurl"];
                
                        //[animation setType:kcat]; 
                        [animation setSubtype:kCATransitionMoveIn];
                
                    [animation setRemovedOnCompletion:NO];
                    [animation setFillMode: @"extended"];
                    [animation setRemovedOnCompletion: NO];
                    [[myWebView layer] addAnimation:animation forKey:@"WebPageCurl"]; 
                
                }
                

                请告知这是否解决了您的问题.

                Please tell if this solved your answer.

                这篇关于如何在 webView 中赋予页面卷曲动画?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                上一篇:即使我没有使用任何 UIWebView,Apple 也不会接受我的应用程序 下一篇:如何加载 Web 视图中的 url 链接并将其保留在 SWIFT 中的该 Web 视图中

                相关文章

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

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

                  • <bdo id='jSWCn'></bdo><ul id='jSWCn'></ul>
                    <legend id='jSWCn'><style id='jSWCn'><dir id='jSWCn'><q id='jSWCn'></q></dir></style></legend><tfoot id='jSWCn'></tfoot>