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
thumbnailUIImage
titleString
channelString
userHistoryViewCell Class Reference