diff --git a/pass/PasswordsTableViewController.swift b/pass/PasswordsTableViewController.swift index ccea773..f123cb1 100644 --- a/pass/PasswordsTableViewController.swift +++ b/pass/PasswordsTableViewController.swift @@ -44,8 +44,7 @@ class PasswordsTableViewController: UITableViewController { searchController.dimsBackgroundDuringPresentation = false definesPresentationContext = true 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") {