jverdi/JVFloatLabeledTextField

Float label is not accessible

Open

#141 创建于 2016年7月1日

在 GitHub 查看
 (0 评论) (1 反应) (0 负责人)Objective-C (720 fork)batch import
help wanted

仓库指标

Star
 (7,151 star)
PR 合并指标
 (30 天内没有已合并 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.

贡献者指南