Reply to iOS 14 UICollectionView in UICollectionViewCell or UITableViewCell doesn't receive touches and is unable to scroll Confirm answer of iamcR. I was holding collection view inside UITableViewCell. [self addSubview:self.collectionView]; Changing it to [self.contentView addSubview:self.collectionView]; helped in iOS 14 and didn't break anything in iOS 13. UI Frameworks UIKit Nov ’20