invalidatedItemIndexPaths
An array of index paths representing the cells that were invalidated.
Declaration
var invalidatedItemIndexPaths: [IndexPath]? { get }Discussion
The array contains zero or more NSIndexPath objects, each of which represents a cell whose layout changed.