UICollectionViewDiffableDataSource Animations

530 Views Asked by At

Is it true that there’s no way to animate cells being added and removed using a UICollectionViewDiffableDataSource like there is using a UITableViewDiffableDataSource ? Looks like the tableView version has defaultRowAnimation property but nothing exists like this for the CollectionView version. Ideally I would like to get the cell collapsing/expanding animation you get from the tableView .default animation style

0

There are 0 best solutions below