Contents

invalidatedSupplementaryIndexPaths

A dictionary that identifies the supplementary views that were invalidated.

Declaration

var invalidatedSupplementaryIndexPaths: [String : [IndexPath]]? { get }

Discussion

The keys in this dictionary are the element kind strings of the invalid supplementary views. The value for each key is an array of NSIndexPath objects indicating which specific supplementary views have layout changes.

See Also

Invalidating Specific Items