I'm trying to create a button that has my queue player replay the last item in the queue after that item is played. I tried this:
- (IBAction)replay:(UIButton *)sender {
[self.queuePlayerseekToTime:kCMTimeZero];
[self.queuePlayer play];
}
Unfortunately, the queue player has a habit...