userHistoryViewCell

class userHistoryViewCell : UITableViewCell

Undocumented

  • Undocumented

    Declaration

    Swift

    @IBOutlet
    var videoThumbnail: UIImageView!
  • Undocumented

    Declaration

    Swift

    @IBOutlet
    var videoTitle: UILabel!
  • Undocumented

    Declaration

    Swift

    @IBOutlet
    var videoChannel: UILabel!
  • set History Video Content

    Usage Example:

    set(thumbnail, title, channel)
    

    Declaration

    Swift

    func set(thumbnail: UIImage, title: String, channel: String)

    Parameters

    thumbnail

    UIImage

    title

    String

    channel

    String