Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

avqueueplayer

  1. M

    iOS AVQueuePlayer replay button

    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...