gpt4 book ai didi

ios - YTPlayer 的 View 尺寸

转载 作者:可可西里 更新时间:2023-11-01 06:19:37 26 4
gpt4 key购买 nike

我正在使用 iOS YouTube 播放器助手 (https://developers.google.com/youtube/v3/guides/ios_youtube_helper),它工作正常,但预览图像不是我的 View 大小,我不知道如何更改它以使其适合 UIView I创造了。如何让它填满 View ?

这是它的样子。 enter image description here

最佳答案

这为我解决了:

在 Assets 文件夹中应该有一个名为“YTPlayerView-iframe-player.html”的 html 文件

替换“样式”标签之间的现有代码,如下所示,这将确保播放器填充 100% 的 YTPlayerView:

<style>
body { margin: 0; width:100%%; height:100%%; }
html { width:100%%; height:100%%; }
</style>

希望对您有所帮助!周末愉快!

关于ios - YTPlayer 的 View 尺寸,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24374823/

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