Contents

canSelectPrevious

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

Declaration

var canSelectPrevious: 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