Skip to content

Instantly share code, notes, and snippets.

@mecid
Last active January 4, 2019 10:11
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 mecid/f90ad3f1c5dcbee24d71b04116147ec5 to your computer and use it in GitHub Desktop.
Save mecid/f90ad3f1c5dcbee24d71b04116147ec5 to your computer and use it in GitHub Desktop.
saccessibility1.swift
protocol UIAccessibility: AnyObject {
var isAccessibilityElement: Bool { get set }
var accessibilityTraits: UIAccessibilityTraits { get set }
var accessibilityLabel: String? { get set }
var accessibilityValue: String? { get set }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment