Skip to content

Instantly share code, notes, and snippets.

@agammahajan1
Created August 29, 2021 21:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agammahajan1/aac0850097e7551720f045722bb690d4 to your computer and use it in GitHub Desktop.
Save agammahajan1/aac0850097e7551720f045722bb690d4 to your computer and use it in GitHub Desktop.
Add alt text to the image view
imageView.isAccessibilityElement = true
imageView.accessibilityLabel = dataSource.accessibility.altText
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment