AVPlayer play() called before currentItem is available - swift - programmatically

后端 未结 0 813
走了就别回头了
走了就别回头了 2021-01-01 21:41

I asynchronously load a video with AvPlayer like this:

init(videoUrl: String){
    super.init(nibName: nil, bundle: nil)
    
    
    
    guard let url = UR         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题