Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/swift/20.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/maven/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 根据YTPlayerView YTPlayer的ID数组创建本地播放列表_Ios_Swift_Youtube Api_Ytplayerview_Ytplayer - Fatal编程技术网

Ios 根据YTPlayerView YTPlayer的ID数组创建本地播放列表

Ios 根据YTPlayerView YTPlayer的ID数组创建本地播放列表,ios,swift,youtube-api,ytplayerview,ytplayer,Ios,Swift,Youtube Api,Ytplayerview,Ytplayer,目前我们在YTPlayerView上使用: open func load(withVideoId videoId: String) -> Bool 加载单个视频。然而,在某些情况下,我们需要一个接一个地播放一系列视频。是否可以在本地创建和加载视频ID阵列,即播放列表

目前我们在YTPlayerView上使用:

open func load(withVideoId videoId: String) -> Bool
加载单个视频。然而,在某些情况下,我们需要一个接一个地播放一系列视频。是否可以在本地创建和加载视频ID阵列,即播放列表