Created
January 7, 2019 19:55
-
-
Save yunustek/97a54d146154ce436bfb05c2af3743a4 to your computer and use it in GitHub Desktop.
This file contains 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
func configureAccessibility(_ account: Account) { | |
photoButton.isAccessibilityElement = true | |
usernameLabel.isAccessibilityElement = true | |
pointButton.isAccessibilityElement = true | |
photoButton.accessibilityTraits = .button | |
usernameLabel.accessibilityTraits = .staticText | |
pointButton.accessibilityTraits = .button | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment