Interface UIPickerViewAccessibilityDelegate

    • Method Detail

      • getAccessibilityLabel

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

        java.lang.String getAccessibilityHint​(UIPickerView pickerView,
                                              long component)
      • 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.