Skip to content

Instantly share code, notes, and snippets.

@pgpt10
Last active February 25, 2019 09:50
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 pgpt10/29de815ad91f6c8ad975fa2740c7c938 to your computer and use it in GitHub Desktop.
Save pgpt10/29de815ad91f6c8ad975fa2740c7c938 to your computer and use it in GitHub Desktop.
public func playVideo() {
player?.play()
}
public func pauseVideo() {
player?.pause()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment