accessibilityValue()
Returns the switch’s value.
Declaration
func accessibilityValue() -> String?Return Value
The value for the switch.
Discussion
This method is the getter for the NSAccessibilityProtocol protocol’s accessibilityValue property.
Returns the switch’s value.
func accessibilityValue() -> String?The value for the switch.
This method is the getter for the NSAccessibilityProtocol protocol’s accessibilityValue property.