I would like to make a UISlider(scrubber) for my AVPlayer. But since this is not an AVAudioPlayer, it doesn\'t have a built in duration. Any suggestion on how to create the
As of iOS 4.3, you can use the slightly shorter:
self.player.currentItem.duration;