Posts

Post not yet marked as solved
5 Replies
In the case of adding a UICollectionView to a UICollectionViewCell, it works for iOS 14. However, in the case of adding a UICollectionView to a UITableViewCell, the work around I found was to add it as a subview to the contentView instead of a subview of the cell.