이강호
이강호
https://tanaschita.com/20210417-how-to-add-local-swift-package-to-ios-project/ Using cocoa pods or following the link 1. Download package zip as file 2. Project -> Package Dependency -> + -> Add Local -> Select package folder 3. Editing...
same problem after remove app or clear cache, it works can you find any solutions?
class property let timeObserver: Any? ..... func setTimeobserver() { self.timeObserver = videoView.timeObserver { [weak self] ........ // observer block } } func removeTimeObserver() { if let token = self.timeObserver {...
i have same issue too
I reference apple document - custom player picture in picture warn: pip uses copied(?) playerLayer. so you need to pause original player's state ``` // MARK: PIP VC and Observer...
doesn't work anymore?