jverdi/JVFloatLabeledTextField

Float label is not accessible

Aberta

#141 aberto em 1 de jul. de 2016

 (0 comentário) (1 reação) (0 responsável)Objective-C (719 forks)batch import
help wanted

Métricas do repositório

Stars
 (7.141 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Is there a way to make the floatLabel accessible? I think since JVFloatLabeledTextField is a subclass of UITextField and UITextField is an accessibilityElement, any subview's accessibility element added to the JVFloatLabeledTextField will be ignored. The only way to make the floatLabel accessible is to make JVFloatLabeledTextField an accessibility container.

Guia do colaborador