Last updated 1 month ago
Was this helpful?
Displays content from the specified playlist id.
Note: Unlike the channel content source, only content in the playlist will be shown to the user.
let channelID = "<Encoded Channel ID>" let playlistID = "<Encoded Playlist ID>" let feedVC = VideoFeedViewController(source: .channelPlaylist(channelID: channelID, playlistID: playlistID))
Please refer to the help article to learn about how to find your encoded channel ID and playlist ID