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

accessibilityRespondsToUserInteraction

A Boolean value that indicates whether the accessibility element performs an action due to user interaction.

Declaration 宣言

@property(nonatomic) BOOL accessibilityRespondsToUserInteraction;

Discussion 解説

The default value derives from other accessibility properties. For example, an element with UIAccessibilityTraitNotEnabled returns NO.

If your app has a button that updates the interface when the user taps it, return YES. For a label that only displays information, return NO.

See Also 参照

Configuring Behavior