Contents

accessibilityValue()

Returns the stepper’s value.

Declaration

optional func accessibilityValue() -> Any?

Return Value

The value for the stepper.

Discussion

This method is the getter for the NSAccessibilityProtocol protocol’s accessibilityValue property.

See Also

Supporting Accessibility