Skip to content

Instantly share code, notes, and snippets.

@diederikh
Created October 24, 2015 21:04
Show Gist options
  • Save diederikh/3de9fc5810e09f645ea5 to your computer and use it in GitHub Desktop.
Save diederikh/3de9fc5810e09f645ea5 to your computer and use it in GitHub Desktop.
class AccessibilityBarButtonItem: UIBarButtonItem {
@IBInspectable override var accessibilityLabel: String? {
get { return super.accessibilityLabel }
set { super.accessibilityLabel = accessibilityLabel }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment