2015-12-12 110 views

回答

0

這是與YTPlayerView的一些早期版本中的錯誤。

更新您的Podfile指向回購頭和更新莢:

pod 'youtube-ios-player-helper', :git=>'https://github.com/youtube/youtube-ios-player-helper', :commit=>'head' 

然後嘗試再次調用loadWithVideoId,或用空playerVars詞典:

self.playerView.loadWithVideoId("U5vgRJ0zK6Y") 

self.playerView.loadWithVideoId("U5vgRJ0zK6Y", playerVars: [:])