From 1992a4c60b2f31a674bee8e7dd3d3cb66e1e5ffb Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Mon, 13 Feb 2023 20:29:15 -0500 Subject: [PATCH] Make search results VC dismiss keyboard interactively --- Tusker/Screens/Search/SearchResultsViewController.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Tusker/Screens/Search/SearchResultsViewController.swift b/Tusker/Screens/Search/SearchResultsViewController.swift index f757a3ad..2c288489 100644 --- a/Tusker/Screens/Search/SearchResultsViewController.swift +++ b/Tusker/Screens/Search/SearchResultsViewController.swift @@ -90,6 +90,7 @@ class SearchResultsViewController: UIViewController, CollectionViewController { collectionView.dragDelegate = self collectionView.allowsFocus = true collectionView.backgroundColor = .appGroupedBackground + collectionView.keyboardDismissMode = .interactive dataSource = createDataSource() }