Skip to content

Instantly share code, notes, and snippets.

@RameshAran
Created September 17, 2016 05:57
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 RameshAran/deba8bee44c4b8154f68ee7af5e14d4a to your computer and use it in GitHub Desktop.
Save RameshAran/deba8bee44c4b8154f68ee7af5e14d4a to your computer and use it in GitHub Desktop.
- (IBAction)play:(id)sender
{
if(self.mYTPlayerView.playerState != kYTPlayerStatePlaying){
[self.mYTPlayerView playVideo];
}
}
@RameshAran
Copy link
Author

Play a video after loading it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment