Playlist
struct Playlist
A playslist
is used to stroe number of video
s
-
This is a
UIImage
which is used to display picture ofPlaylist
Declaration
Swift
let pic: UIImage
-
Used to display
Playlist
titleDeclaration
Swift
let title: String
-
Used to display number of videos in
Playlist
Declaration
Swift
let numberOfVideos: Int
-
Performe
Playlist
initializationDeclaration
Swift
init(pic: UIImage, title: String, numberOfVideos: Int)