Skip to content

Instantly share code, notes, and snippets.

@giovani-pereira-ifood
Created September 28, 2020 14:58
Show Gist options
  • Save giovani-pereira-ifood/c8a14c4150e84f0763cbbef0a079292b to your computer and use it in GitHub Desktop.
Save giovani-pereira-ifood/c8a14c4150e84f0763cbbef0a079292b to your computer and use it in GitHub Desktop.
class IconView: UIView {
private func setupAccessibility() {
label.isAccessibilityElement = false
isAccessibilityElement = false
shouldGroupAccessibilityChildren = true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment