Created
March 2, 2020 10:46
-
-
Save sukhrobkhakimov/ee01995c76958e54e10e0a588ed56195 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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