class func exposeBinding (NSBindingName)
Exposes the specified
binding
, advertising its availability. Availability
Technology
var exposedBindings: [NSBindingName
] { get }
An array containing the bindings exposed by the receiver.
A subclass can override this method to remove bindings that are exposed by a superclass that are not appropriate for the subclass.
class func exposeBinding (NSBindingName)
binding
, advertising its availability.