菜鸟教程小白 发表于 2022-12-13 01:38:23

ios - 如何隐藏 YTPlayerView Youtube 标志


                                            <p><p>有一天,YouTubeLogo 看起来像一张图片。
消失时一起消失。
触摸图像以重新出现。
如果您触摸 Logo ,则 YouTube 存在问题。
我想隐藏 Logo 。
我们查看了 youtube 开发者网站上的参数。
应用一个称为谦虚品牌的变量是没有用的。
我想隐藏 Logo 。</p>

<p>这是我的代码</p>

<pre><code>NSDictionary *dicPlayerVars = @{@&#34;autohide&#34;:@1,
                              @&#34;playsinline&#34;:@1,
                              @&#34;showinfo&#34;:@0,
                              @&#34;rel&#34;:@0,
                              @&#34;color&#34;:@&#34;white&#34;,
                              @&#34;modestbranding&#34;:@1,};

;
</code></pre>

<p> <img src="/image/EsZwF.png" alt="enter image description here"/> </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p><strong>谦虚的品牌</strong></p>

<blockquote>
<p>This parameter lets you use a YouTube player that does not show a YouTube logo. Set the parameter value to 1 to prevent the YouTube logo from displaying in the control bar.</p>
</blockquote>

<p>您可以将 <code>?modestbranding=1</code> 添加到您的网址。这将删除 Logo 。</p>

<p>您可以在 <a href="https://developers.google.com/youtube/player_parameters" rel="noreferrer noopener nofollow">Google Developers</a> 上找到其他选项网站。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 如何隐藏 YTPlayerView Youtube 标志,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/44404130/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/44404130/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 如何隐藏 YTPlayerView Youtube 标志