Contents

canSelectNext

A Boolean value indicating whether the next object, relative to the current selection, in the receiver’s content array can be selected

Declaration

var canSelectNext: Bool { get }

Discussion

This property can be used by a binding to enable user interface items. This property is observable using key-value observing.

See Also

Managing selections