我正在使用AVPlayerViewController
来播放我的本地视频文件。
我还添加了自定义跳过按钮以跳过视频。
我已将此添加为AVPlayerViewController的子视图。
在iOS 10.3.3之前它正常工作,但只能在iOS 11中运行。
我的代码:
[self addChildViewController:avcontroller];
[avcontroller.view addSubview:_skip];
[avcontroller.view bringSubviewToFront:_skip];
[self.view addSubview:avcontroller.view];
帮助我!
感谢您的时间