jverdi/JVFloatLabeledTextField

Float label is not accessible

Ouverte

#141 ouverte le 1 juil. 2016

 (0 commentaire) (1 réaction) (0 personne assignée)Objective-C (719 forks)batch import
help wanted

Métriques du dépôt

Stars
 (7 141 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur