make search bar not translucent

This commit is contained in:
Bob Sun 2017-02-07 17:24:23 +08:00
parent 0eb2745d88
commit e5b95a79c3
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4

View file

@ -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)