UITextField: right access (voiceOver)

I add two UIButtons to the correct UITextField view, but the voiceOver cannot see them (it only "reads" the containing view). I have already set the correct view of accessibilityElementsHidden to 'no'. I don't understand what I am doing wrong ...

EDIT: I am subclassing UITextField, can I link to this?

+3


source to share





All Articles