suggestionContentCell
class suggestionContentCell : UITableViewCell
This is a cell for suggetion Contents
-
This is a
UIImageViewused to display the image of the contentDeclaration
Swift
@IBOutlet var thumbnail: UIImageView! -
This is a
UILabelused to display titleDeclaration
Swift
@IBOutlet var title: UILabel! -
This is a
UILabelused to display the name of the organizasion who uploads the videoDeclaration
Swift
@IBOutlet var name: UILabel!
-
Set up the content
Declaration
Swift
func set(content: Content)
-
Prepares a reusable cell for reuse by the table view's delegate.
Declaration
Swift
override func prepareForReuse()
suggestionContentCell Class Reference