Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jbadger3/1038506a4feae085ae79660733065d44 to your computer and use it in GitHub Desktop.
Save jbadger3/1038506a4feae085ae79660733065d44 to your computer and use it in GitHub Desktop.
iOS manual keyboard dismissal
@main
struct TestApp: App {
var body: some Scene {
WindowGroup {
ContentView()
.onAppear(perform: UIApplication.shared.addTapGestureRecognizer)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment