Skip to content

Instantly share code, notes, and snippets.

@ramamilaneh
Created April 2, 2017 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramamilaneh/2cf654dcce79a716d8a4cbd066479f1e to your computer and use it in GitHub Desktop.
Save ramamilaneh/2cf654dcce79a716d8a4cbd066479f1e to your computer and use it in GitHub Desktop.
-(void)videoFinishedPlaying:(NSNotification *)notification {
// Moves the playback cursor to the beginning of the video
[_player seekToTime:kCMTimeZero];
// play the video again
[_player play];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment