RangeAccessibilityConfigurations
public struct RangeAccessibilityConfigurations
Create a multi-selection configuration with given accessibility strings.
Parameters
startSelectionHint
|
The hint provided to assistive technologies informing a user how to select the first date in the range. |
endSelectionHint
|
The hint provided to assistive technologies informing a user how to select the second date in the range. |
startSelectionState
|
The label provided to assistive technologies informing a user that a date is selected as the first date in the range. |
endSelectionState
|
The label provided to assistive technologies informing a user that a date is selected as the second date in the range. |
betweenSelectionState
|
The label provided to assistive technologies informing a user that a date lies between the first and second selected dates. |
startAndEndSelectionState
|
The label provided to assistive technologies informing a user that a date is selected as both the first and second date in the range. |
returnDatePrompt
|
The prompt provided to assistive technologies informing a user that they should now select a second date. |
-
init(startSelectionHint:
endSelectionHint: startSelectionState: endSelectionState: betweenSelectionState: startAndEndSelectionState: returnDatePrompt: ) Declaration
Swift
public init( startSelectionHint: String, endSelectionHint: String, startSelectionState: String, endSelectionState: String, betweenSelectionState: String, startAndEndSelectionState: String, returnDatePrompt: String )