Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save giovani-pereira-ifood/5cfc52bce18e63eedfa2f7a96c8948bc to your computer and use it in GitHub Desktop.
Save giovani-pereira-ifood/5cfc52bce18e63eedfa2f7a96c8948bc to your computer and use it in GitHub Desktop.
override public var accessibilityViewIsModal: Bool {
get {
switch currentListState {
case .collapsed:
return false
case .expanded:
return true
}
}
set { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment