Playlist

struct Playlist

A playslist is used to stroe number of videos

  • pic

    This is a UIImage which is used to display picture of Playlist

    Declaration

    Swift

    let pic: UIImage
  • Used to display Playlist title

    Declaration

    Swift

    let title: String
  • Used to display number of videos in Playlist

    Declaration

    Swift

    let numberOfVideos: Int
  • Performe Playlist initialization

    Declaration

    Swift

    init(pic: UIImage, title: String, numberOfVideos: Int)