Skyscanner / SkyFloatingLabelTextField

A beautiful and flexible text field control implementation of "Float Label Pattern". Written in Swift.
Apache License 2.0
4.09k stars 540 forks source link

#287 Append accessibility ids to additional field subviews #297

Closed DevTchernov closed 4 years ago

DevTchernov commented 4 years ago

Should fix issue #287

cruisediary commented 4 years ago

titleLabel and lineView is exposed with open access label of SkyFloatingLabelTextField so it is possible to set up accessibilityIdentifier or accessibilityLabel externally to test UITest or Appium

open var titleLabel: UILabel!
open var lineView: UIView!
k0nserv commented 4 years ago

Per @cruisediary's comment this can already be achieved. Closing this PR, feel free to reopen if you disagree.