知道如何使用pod安装this吗?安装Youtube软件包的pod规范是什么?
答案 0 :(得分:1)
在podfile中使用以下行,
pod "youtube-ios-player-helper", "~> 0.1.4"
在项目中安装并打开工作区后,使用库:
UIView
所需尺寸的播放器拖到Storyboard
。UIView's
类更改为YTPlayerView
"YTPlayerView.h"
。 @property(nonatomic, strong) IBOutlet YTPlayerView *playerView;
[self.playerView loadWithVideoId:@"M7lc1UVf-VE"];
// YouTube视频ID
希望这能帮到你!!