내 앱에서 SFSafariViewController를 사용하고 있습니다. 사용자가 비디오를 재생할 때 사용자가 비디오를 다운로드할지 여부를 묻는 팝업을 표시해야합니다. UIWebView 및 AVPlayerItemBecameCurrentNotification 함께이 작업을 수행했습니다. 그러나 이것은 SFSafariViewController에서 작동하지 않습니다. 누군가가 내게 이것에 대한 해결책을 줄 수 있습니까? 여기 SFSafariViewController에서 비디오 재생 감지 및 차단
는 솔직히 SFSafariViewControllerNotificationCenter.default.addObserver(self.safariViewController!, selector: #selector(self.playerItemBecameCurrent), name: NSNotification.Name(rawValue: "AVPlayerItemBecameCurrentNotification"), object: nil)
감사