Up until iOS 14, I was able to put a UICollectionView in a UICollectionViewCell or UITableViewCell, while achieving horizontal scroll and touches to the embedded UICollectionView's cells.
Recently upgraded to iOS14 and updated to Xcode 12 and that functionality is now not working for my app?
Is this a bug or is there a workaround?