diff --git a/pass/PasswordsViewController.swift b/pass/PasswordsViewController.swift index 16bf328..2c8eeb7 100644 --- a/pass/PasswordsViewController.swift +++ b/pass/PasswordsViewController.swift @@ -62,6 +62,8 @@ class PasswordsViewController: UIViewController, UITableViewDataSource, UITableV tableView.dataSource = self searchController.searchResultsUpdater = self searchController.dimsBackgroundDuringPresentation = false + searchController.searchBar.isTranslucent = false + searchController.searchBar.backgroundColor = UIColor.gray searchController.searchBar.sizeToFit() definesPresentationContext = true searchBarView.addSubview(searchController.searchBar)