我想加载的时候定位到某一进度,代码如下: 但是还是从头播放, 什么情况?
self.pvc.currentPlaybackTime = NSTimeInterval(30) self.pvc.play()
光阴似箭催人老,日月如移越少年。
You can try to listen to MPMoviePlayerReadyForDisplayDidChangeNotification and adjust the progress after receiving the listener.
You can try to listen to MPMoviePlayerReadyForDisplayDidChangeNotification and adjust the progress after receiving the listener.