Instance Method インスタンスメソッド

optionDescriptionsForBinding(_:)

Returns an array describing the options for the specified binding.

Declaration 宣言

func optionDescriptionsForBinding(_ binding: NSBindingName) -> [NSAttributeDescription]

Parameters パラメータ

binding

The name of a binding

Return Value 戻り値

Returns an array of NSAttributeDescription that describe the options for binding.

Discussion 解説

The NSAttributeDescription instances in the array are used by Interface Builder to build the options editor user interface of the bindings inspector.

See Also 参照

Managing bindings