UIPickerViewAccessibilityDelegate
A set of methods you can implement to provide accessibility information for individual components of a picker view.
Declaration
@MainActor protocol UIPickerViewAccessibilityDelegate : UIPickerViewDelegateTopics
Providing descriptive information
pickerView(_:accessibilityLabelForComponent:)pickerView(_:accessibilityAttributedLabelForComponent:)pickerView(_:accessibilityHintForComponent:)pickerView(_:accessibilityAttributedHintForComponent:)pickerView(_:accessibilityUserInputLabelsForComponent:)pickerView(_:accessibilityAttributedUserInputLabelsForComponent:)