jverdi/JVFloatLabeledTextField

Float label is not accessible

Open

#141 opened on 2016年7月1日

GitHub で見る
 (0 comments) (1 reaction) (0 assignees)Objective-C (720 forks)batch import
help wanted

Repository metrics

Stars
 (7,151 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド