Fix an issue of tableView content inset in password detail view
This commit is contained in:
parent
b72f7e3eb1
commit
05a551781c
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ class PasswordDetailTableViewController: UITableViewController, UIGestureRecogni
|
||||||
tableView.addGestureRecognizer(tapGesture)
|
tableView.addGestureRecognizer(tapGesture)
|
||||||
tapGesture.delegate = self
|
tapGesture.delegate = self
|
||||||
|
|
||||||
tableView.contentInset = UIEdgeInsetsMake(-36, 0, 0, 0);
|
tableView.contentInset = UIEdgeInsetsMake(-36, 0, 44, 0);
|
||||||
tableView.rowHeight = UITableViewAutomaticDimension
|
tableView.rowHeight = UITableViewAutomaticDimension
|
||||||
tableView.estimatedRowHeight = 52
|
tableView.estimatedRowHeight = 52
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue