gpt4 book ai didi

ios - 如何隐藏 YTPlayerView Youtube 标志

转载 作者:塔克拉玛干 更新时间:2023-11-02 10:23:45 28 4
gpt4 key购买 nike

有一天,YouTube Logo 像图片一样出现。消失时一起消失。触摸图像重新出现。如果触摸 Logo ,则 YouTube 有问题。我想隐藏 Logo 。我们查看了 youtube 开发者网站上的参数。应用名为 modestbranding 的变量是没有用的。我想隐藏 Logo 。

这是我的代码

NSDictionary *dicPlayerVars = @{@"autohide":@1,
@"playsinline":@1,
@"showinfo":@0,
@"rel":@0,
@"color":@"white",
@"modestbranding":@1,};

[self.viewVideo loadWithVideoId:strVideoId playerVars:dicPlayerVars];

enter image description here

最佳答案

适度品牌化

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.

您可以将 ?modestbranding=1 添加到您的网址。这将删除 Logo 。

您可以在 Google Developers 上找到其他选项网站。

关于ios - 如何隐藏 YTPlayerView Youtube 标志,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44404130/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com