Hi
I am facing issue with UIPicker accessibility announcements. Picker has list of LocalisedString when I scroll to next item in Picket it doesn't annouce whole word it just annouce its last 2 charcters.
For ex- Item is Front Door then it should annouce Front Door but instead it just announcing "or"
This is my input array for picker
let input = [NSlocalisedString("Select", ""), NslocalisedString("Front Door", "")]
I tried using picker view delegate - pickerView(_ pickerView: UIPickerView, viewForRow row: Int, forComponent _: Int, reusing _: UIView?) -> UIView {}
But doesnt work