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

accessibilityIncrement()

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

Declaration 宣言

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