Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 512 Bytes

0015-use-UITestablePageProtocol-for-AccessibilityIdentifiers.md

File metadata and controls

18 lines (11 loc) · 512 Bytes

Use UITestablePage Interface for setting Accessibility Identifiers

  • Status: accepted
  • Deciders: iOS Team
  • Date: 2020-01-05

Context

Our team created new UITestablePage Interface for setting accessibility Identifiers. For consistency we should replace and use UITestablePage.

Decision

Every View Controller should conform UITestablePage.

Consequences

  • All accessibility identifiers will be in the same format.
  • With UITestablePage setting accessibility identifier are easy and simple.