Skip to content

Instantly share code, notes, and snippets.

@zapsleep
Last active December 19, 2015 13:59
Show Gist options
  • Save zapsleep/5966011 to your computer and use it in GitHub Desktop.
Save zapsleep/5966011 to your computer and use it in GitHub Desktop.
DVPlaylistPlayer creation, setting and usage.
DVPlaylistPlayer *player = [[DVPlaylistPlayer alloc] init];
[self.view addSubview:player.playerView];
player.delegate = someDelegate;
player.dataSource = someDataSource;
[player playMediaAtIndex:0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment