+ exposeBinding:
Exposes the specified
binding
, advertising its availability. Availability
Technology
@property(readonly, copy) NSArray
<NSBindingName
> *exposedBindings;
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.
+ exposeBinding:
binding
, advertising its availability.