jverdi/JVFloatLabeledTextField

Float label is not accessible

开放

#141 创建于 2016年7月1日

 (0 条评论) (1 个反应) (0 位负责人)Objective-C (719 个派生)batch import
help wanted

仓库指标

星标
 (7,141 个星标)
PR 合并指标
 (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.

贡献者指南