提交 ebb1ec1f 编写于 作者: E Eric Wu

修复预览本地视频不能全屏幕播放问题

上级 4a89e26d
......@@ -126,13 +126,11 @@
AVPlayer *player = [AVPlayer playerWithPlayerItem:playerItem];
self.playerView.player = player;
self.playerView.view.translatesAutoresizingMaskIntoConstraints = YES;
self.playerView.showsPlaybackControls = YES;
self.playerView.view.bounds = self.view.bounds;
[self.playerView.player play];
[self addChildViewController:self.playerView];
[self.view addSubview:self.playerView.view];
self.playerView.view.frame = self.view.bounds;
}
//浏览数据库中所有数据表
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册