Fix refreshControl offset issue
This commit is contained in:
parent
d46588cacb
commit
70bf15b80c
2 changed files with 47 additions and 35 deletions
|
|
@ -196,6 +196,7 @@ class PasswordsViewController: UIViewController, UITableViewDataSource, UITableV
|
|||
searchController.searchBar.delegate = self
|
||||
tableView.delegate = self
|
||||
tableView.dataSource = self
|
||||
tableView.contentInset = UIEdgeInsetsMake(56, 0, 0, 0)
|
||||
definesPresentationContext = true
|
||||
view.addSubview(searchBarView)
|
||||
tableView.insertSubview(syncControl, at: 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue