suggestionContentCell
class suggestionContentCell : UITableViewCell
This is a cell for suggetion Content
s
-
This is a
UIImageView
used to display the image of the contentDeclaration
Swift
@IBOutlet var thumbnail: UIImageView!
-
This is a
UILabel
used to display titleDeclaration
Swift
@IBOutlet var title: UILabel!
-
This is a
UILabel
used 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()