I got my json link data from TableViewCell , and then retrieve that data from server and display in collectionView with related TableViewCell data. How to display this data
in HomeVideoCell Subclass clean up data in prepareforreuse
override func prepareForReuse() { super.prepareForReuse() self.movieTitle.text = "" self.imageView.image = nil }