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

accessibilityIsAttributeSettable(_:)

Returns a Boolean value that indicates whether the value for the specified attribute in the receiver can be set.

Declaration 宣言

func accessibilityIsAttributeSettable(_ attribute: NSAccessibility.Attribute) -> Bool

Parameters パラメータ

attribute

The name of the attribute. See Constants for lists of attribute names.

Return Value 戻り値

true if the specified attribute can be set; otherwise, false.

Discussion 解説

User interface classes must implement this method. Subclasses should invoke the superclass's implementation, if it exists, if attribute is not implemented in the subclass.

See Also 参照

Deprecated 非推奨