Playlist
struct Playlist
A playslist is used to stroe number of videos
-
This is a
UIImagewhich is used to display picture ofPlaylistDeclaration
Swift
let pic: UIImage -
Used to display
PlaylisttitleDeclaration
Swift
let title: String -
Used to display number of videos in
PlaylistDeclaration
Swift
let numberOfVideos: Int -
Performe
PlaylistinitializationDeclaration
Swift
init(pic: UIImage, title: String, numberOfVideos: Int)
Playlist Structure Reference