Skip to content

Instantly share code, notes, and snippets.

@andrehsouza
Last active March 21, 2019 20:26
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 andrehsouza/9d4bce3b88709ca66a5062ae25f9da33 to your computer and use it in GitHub Desktop.
Save andrehsouza/9d4bce3b88709ca66a5062ae25f9da33 to your computer and use it in GitHub Desktop.
// UICollectionViewCell
isAccessibilityElement = true
accessibilityTraits = .button
accessibilityLabel = "\(job.title). \(L10n.jobLocation): \(job.location)"
accessibilityHint = L10n.jobCellHint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment