Fix UI issue
This commit is contained in:
parent
3054e8e6f4
commit
bead9eaf21
4 changed files with 31 additions and 23 deletions
|
|
@ -133,7 +133,7 @@ class PasswordNavigationViewController: UIViewController {
|
|||
configureTableViewDataSource(in: dir, isShowFolder: Defaults.isShowFolderOn)
|
||||
tableView.addGestureRecognizer(gestureRecognizer)
|
||||
tableView.delegate = self
|
||||
tableView.contentInset.top = 32
|
||||
tableView.contentInset.top = 8
|
||||
let atribbutedTitle = "LastSynced".localize() + ": \(PasswordStore.shared.lastSyncedTimeString)"
|
||||
refreshControl.attributedTitle = NSAttributedString(string: atribbutedTitle)
|
||||
tableView.refreshControl = refreshControl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue