I have a UITableView contains one horizontal scroll UICollectionView in every cell like this
override func tableView(_ tableView: UITableView, cellForRowAt i
Write collection view code on cell class. And give collectionview delegate to cell because cell is super class of collection view. Check this screen shot