jverdi/JVFloatLabeledTextField

Float label is not accessible

Offen

#141 geöffnet am 01.07.2016

 (0 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Objective-C (719 Forks)batch import
help wanted

Repository-Metriken

Stars
 (7.141 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide