Fix an issue of tableView content inset in password detail view

This commit is contained in:
Bob Sun 2017-03-29 22:16:57 -07:00
parent b72f7e3eb1
commit 05a551781c
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4

View file

@ -63,7 +63,7 @@ class PasswordDetailTableViewController: UITableViewController, UIGestureRecogni
tableView.addGestureRecognizer(tapGesture)
tapGesture.delegate = self
tableView.contentInset = UIEdgeInsetsMake(-36, 0, 0, 0);
tableView.contentInset = UIEdgeInsetsMake(-36, 0, 44, 0);
tableView.rowHeight = UITableViewAutomaticDimension
tableView.estimatedRowHeight = 52