don't hide search bar by default
This commit is contained in:
parent
cca1bf83e0
commit
2fd374fbdc
1 changed files with 1 additions and 2 deletions
|
|
@ -44,8 +44,7 @@ class PasswordsTableViewController: UITableViewController {
|
||||||
searchController.dimsBackgroundDuringPresentation = false
|
searchController.dimsBackgroundDuringPresentation = false
|
||||||
definesPresentationContext = true
|
definesPresentationContext = true
|
||||||
tableView.tableHeaderView = searchController.searchBar
|
tableView.tableHeaderView = searchController.searchBar
|
||||||
tableView.setContentOffset(CGPoint(x: 0, y: 44), animated: false)
|
// tableView.setContentOffset(CGPoint(x: 0, y: 44), animated: false)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func filterContentForSearchText(searchText: String, scope: String = "All") {
|
func filterContentForSearchText(searchText: String, scope: String = "All") {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue