suggestionContentCell

class suggestionContentCell : UITableViewCell

This is a cell for suggetion Contents

Properties

  • This is a UIImageView used to display the image of the content

    Declaration

    Swift

    @IBOutlet
    var thumbnail: UIImageView!
  • This is a UILabel used to display title

    Declaration

    Swift

    @IBOutlet
    var title: UILabel!
  • This is a UILabel used to display the name of the organizasion who uploads the video

    Declaration

    Swift

    @IBOutlet
    var name: UILabel!

Method

View Lifecycle

  • Prepares a reusable cell for reuse by the table view'€™s delegate.

    Declaration

    Swift

    override func prepareForReuse()