-
Create your custom design as UITableView inside it add UITableViewCell inside it add your horizontal CollectionView.
-
Connect your Big tableview delegate to your viewController and send data with custom cell & reload collectionView after connect.
-
in your custom TableViewCell add delegate of collectionView and send data to custom collectionViewCell.