I have used MPMoviePlayerController for my project, but suddenly I realize that I cannot jump accurately to portions of my video, by simply setting the setCurrentPlaybackTime value to 10.2 secs.
Is there a way to use seekToTime with an MPMoviePlayerController object, or will I have to rewrite my whole code using AVPlayer?