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

        <legend id='HvQ8U'><style id='HvQ8U'><dir id='HvQ8U'><q id='HvQ8U'></q></dir></style></legend>

      1. 删除 UIWebView 阴影?

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

              <tbody id='LxtQO'></tbody>
          1. <tfoot id='LxtQO'></tfoot>

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

              <bdo id='LxtQO'></bdo><ul id='LxtQO'></ul>
                  <legend id='LxtQO'><style id='LxtQO'><dir id='LxtQO'><q id='LxtQO'></q></dir></style></legend>
                  本文介绍了删除 UIWebView 阴影?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  有谁知道是否可以删除放置在 UIWebView 窗口上的阴影?

                  Does anyone know if its possible to remove the shadow that is placed on the UIWebView window?

                  示例:http://uploadingit.com/files/1173105_olub5/shadow.png

                  如果可以的话,你是怎么做到的?

                  If its possible how do you do it?

                  谢谢

                  推荐答案

                  这是Nikolai Krill"解决方案的更清洁替代方案.这只会隐藏 UIWebView 中的 UIImageViews 而不是 UIWebBrowserView.

                  This is a cleaner alternative to "Nikolai Krill" solution. This only hides UIImageViews within the UIWebView and not the UIWebBrowserView.

                  for (UIView *view in [[[webView subviews] objectAtIndex:0] subviews]) { 
                    if ([view isKindOfClass:[UIImageView class]]) view.hidden = YES;
                  }   
                  

                  谢谢詹姆斯

                  这篇关于删除 UIWebView 阴影?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:使用 POST 参数通过 UIWebView 加载网页 下一篇:如何正确在 UIWebView 中进行身份验证?

                  相关文章

                    <tfoot id='npgSz'></tfoot>
                  1. <small id='npgSz'></small><noframes id='npgSz'>

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

                      • <bdo id='npgSz'></bdo><ul id='npgSz'></ul>