Skip to content

Instantly share code, notes, and snippets.

@giovani-pereira-ifood
Created April 29, 2021 15:42
Show Gist options
  • Save giovani-pereira-ifood/d927513a75afbfea13ab6759f5724da4 to your computer and use it in GitHub Desktop.
Save giovani-pereira-ifood/d927513a75afbfea13ab6759f5724da4 to your computer and use it in GitHub Desktop.
func expand() {
bottomSheetController.expand()
UIAccessibility.post(notification: .layoutChanged, argument: listView)
}
func collapse() {
bottomSheetController.collapse()
UIAccessibility.post(notification: .layoutChanged, argument: searchView)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment