Created
September 17, 2016 05:57
-
-
Save RameshAran/deba8bee44c4b8154f68ee7af5e14d4a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- (IBAction)play:(id)sender | |
{ | |
if(self.mYTPlayerView.playerState != kYTPlayerStatePlaying){ | |
[self.mYTPlayerView playVideo]; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Play a video after loading it.