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

accessibilityParameterizedAttributeNames()

Returns a list of parameterized attribute names supported by the receiver.

Declaration 宣言

func accessibilityParameterizedAttributeNames() -> [NSAccessibility.ParameterizedAttribute]

Return Value 戻り値

An array of parameterized attributes in the receiver.

Discussion 解説

If you implement this method, also implement accessibilityAttributeValue(_:forParameter:).

See Also 参照

Deprecated 非推奨