itemViewForItem(at:)
Returns the view for the item at the specified index.
Declaration
func itemViewForItem(at index: Int) -> NSScrubberItemView?Parameters
- index:
The index of the item whose view you want.
Return Value
The view for the specified index or nil if the item is not currently visible.