Skip to content

Instantly share code, notes, and snippets.

@ramamilaneh
Created April 2, 2017 21:16
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/72a59b5e76e9a2a64b447579f6c8fd6b to your computer and use it in GitHub Desktop.
Save ramamilaneh/72a59b5e76e9a2a64b447579f6c8fd6b to your computer and use it in GitHub Desktop.
-(void)playVideo {
[_player play];
}
-(void)pauseVideo {
[_player pause];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment