Skip to content

Commit

Permalink
Add iFrame API link to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesvangruisen committed Jan 31, 2015
1 parent cfac928 commit 0e66ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ In the meantime, you can also the `YouTubePlayerDelegate` method `playerReady(vi

## Responding to events

YouTube's iFrame player emits certain events based on the lifecycle of the player. The `YouTubePlayerDelegate` outlines these methods that get called during a player's lifecycle. They are:
[YouTube's iFrame player](https://developers.google.com/youtube/iframe_api_reference) emits certain events based on the lifecycle of the player. The `YouTubePlayerDelegate` outlines these methods that get called during a player's lifecycle. They are:

* `func playerReady(videoPlayer: YouTubePlayerView)`
* `func playerStateChanged(videoPlayer: YouTubePlayerView, playerState: YouTubePlayerState)`
Expand Down

0 comments on commit 0e66ac7

Please sign in to comment.