Skip to content

Instantly share code, notes, and snippets.

@michzio
Created May 4, 2020 17:17
Show Gist options
  • Save michzio/d851fdadfd870bb758f4e8465556c7ff to your computer and use it in GitHub Desktop.
Save michzio/d851fdadfd870bb758f4e8465556c7ff to your computer and use it in GitHub Desktop.
extension View {
func avoidKeyboard(tag: Int) -> some View {
self.modifier(KeyboardAvoiderPreferenceReader(tag: tag))
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment