Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save giovani-pereira-ifood/96ab78d689ce36f2c5916ac5620d11a6 to your computer and use it in GitHub Desktop.
Save giovani-pereira-ifood/96ab78d689ce36f2c5916ac5620d11a6 to your computer and use it in GitHub Desktop.
func configureAccessibilityElementsOrder() {
accessibilityElements = [
closeButton,
titleLabel,
createButton,
collectionView,
footer
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment