Contents

canAdd

A Boolean value that indicates whether an object can be added to the receiver using Add(_:).

Declaration

var canAdd: Bool { get }

Discussion

Bindings can use this method to control the enabling of user interface objects.

This property is observable using key-value observing.

See Also

Managing objects