为什么AVPlayerViewControllerAnimationCoordinator会生成未声明的类型错误?据我所知,下面的方法只是AVPlayerViewController的委托方法。
是的,我确实导入了AVKit。自动完成不会对该方法起作用,但我直接从文档粘贴它。
extension SWVideoPlayerVC: AVPlayerViewControllerDelegate {
override func playerViewController(_ playerViewController: AVPlayerViewController, willTransitionToVisibilityOfTransportBar visible: Bool, with coordinator: AVPlayerViewControllerAnimationCoordinator) {
}
}