UITableView
-
Animates rows which changed between oldData and newData.
-
Animates rows which changed between oldData and newData.
-
-
animateRowAndSectionChanges(oldData:newData:rowDeletionAnimation:rowInsertionAnimation:sectionDeletionAnimation:sectionInsertionAnimation:indexPathTransform:sectionTransform:)
Animates rows and sections which changed between oldData and newData.
-
animateRowAndSectionChanges(oldData:newData:isEqualElement:rowDeletionAnimation:rowInsertionAnimation:sectionDeletionAnimation:sectionInsertionAnimation:indexPathTransform:sectionTransform:)
Animates rows and sections which changed between oldData and newData.
-
animateRowAndSectionChanges(oldData:newData:isEqualSection:rowDeletionAnimation:rowInsertionAnimation:sectionDeletionAnimation:sectionInsertionAnimation:indexPathTransform:sectionTransform:)
Animates rows and sections which changed between oldData and newData.
-
animateRowAndSectionChanges(oldData:newData:isEqualSection:isEqualElement:rowDeletionAnimation:rowInsertionAnimation:sectionDeletionAnimation:sectionInsertionAnimation:indexPathTransform:sectionTransform:)
Animates rows and sections which changed between oldData and newData.
-
apply(_:rowDeletionAnimation:rowInsertionAnimation:sectionDeletionAnimation:sectionInsertionAnimation:indexPathTransform:sectionTransform:)