Skip to content

Instantly share code, notes, and snippets.

@sukhrobkhakimov
Created March 2, 2020 10:46
Show Gist options
  • Save sukhrobkhakimov/ee01995c76958e54e10e0a588ed56195 to your computer and use it in GitHub Desktop.
Save sukhrobkhakimov/ee01995c76958e54e10e0a588ed56195 to your computer and use it in GitHub Desktop.
import UIKit
class SignInViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
emailTextField.accessibilityIdentifier = Accessibility.SignIn.emailTextField.identifier
passwordTextField.accessibilityIdentifier = Accessibility.SignIn.passwordTextField.identifier
signInButton.accessibilityIdentifier = Accessibility.SignIn.signInButton.identifier
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment