Instance Property インスタンスプロパティ

exposedBindings

Returns an array containing the bindings exposed by the receiver.

Declaration 宣言

var exposedBindings: [NSBindingName] { get }

Return Value 戻り値

An array containing the bindings exposed by the receiver.

Discussion 解説

A subclass can override this method to remove bindings that are exposed by a superclass that are not appropriate for the subclass.

See Also 参照

Exposing bindings