Playlist Feed (iOS)
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))
Last updated
Was this helpful?