Contents

shouldInvalidateLayoutForHighlightChange

Determines whether the scrubber should refresh its layout when an item is highlighted.

Declaration

var shouldInvalidateLayoutForHighlightChange: Bool { get }

Discussion

If true, the scrubber invalidates its layout when an item is highlighted. Subclasses should return true if the highlight state affects the item layout.

The base implementation of this method returns false.

See Also

Subclassing a scrubber layout