Interface UIPickerViewAccessibilityDelegate

All Superinterfaces:
NSObjectProtocol, ObjCProtocol, UIPickerViewDelegate
All Known Implementing Classes:
UIPickerViewAccessibilityDelegateAdapter

public interface UIPickerViewAccessibilityDelegate
extends UIPickerViewDelegate
  • Method Details

    • getAccessibilityLabel

      String getAccessibilityLabel​(UIPickerView pickerView, long component)
    • getAccessibilityHint

      String getAccessibilityHint​(UIPickerView pickerView, long component)
    • getAccessibilityUserInputLabels

      NSArray<NSString> getAccessibilityUserInputLabels​(UIPickerView pickerView, long component)
      Since:
      Available in iOS 13.0 and later.
    • getAccessibilityAttributedLabel

      NSAttributedString getAccessibilityAttributedLabel​(UIPickerView pickerView, long component)
      Since:
      Available in iOS 11.0 and later.
    • getAccessibilityAttributedHint

      NSAttributedString getAccessibilityAttributedHint​(UIPickerView pickerView, long component)
      Since:
      Available in iOS 11.0 and later.
    • getAccessibilityAttributedUserInputLabels

      NSArray<NSAttributedString> getAccessibilityAttributedUserInputLabels​(UIPickerView pickerView, long component)
      Since:
      Available in iOS 13.0 and later.