Contents

accessibilityIncrement()

Tells the accessibility element to increment the value of its content.

Declaration

@MainActor func accessibilityIncrement()

Discussion

If your element has the adjustable trait, you must implement this method. Use this method to increment the value of the element. For example, a UISlider object uses this method to increment its value by an appropriate amount.

See Also

Performing an action