I have a UICollectionView on a UITableViewCell , and both of them scroll in the same direction (in the vertical direction).
My problem is that this UICollectionView is placed in the first UITableViewCell cell, and when I get to the end of the UICollectionView by scrolling through the collectionview, it does not scroll the UITableView . Now when scrolling through the collection, I want to scroll through the UITableView , but this is not scrolling through the tableview until I drag and drop the UITableViewCell .
source share