mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-14 12:31:00 +00:00
Change search keyboard type
This commit is contained in:
parent
1260d0c9ef
commit
9131945664
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ final class ExploreViewController: UICollectionViewController {
|
|||
let searchController = UISearchController(searchResultsController: searchResultsController)
|
||||
|
||||
searchController.searchResultsUpdater = self
|
||||
searchController.searchBar.keyboardType = .twitter
|
||||
navigationItem.searchController = searchController
|
||||
|
||||
viewModel.identityContext.$appPreferences.sink { appPreferences in
|
||||
|
|
Loading…
Reference in a new issue