Fix UI issue

This commit is contained in:
Mingshen Sun 2023-03-18 11:21:55 -07:00
parent 3054e8e6f4
commit bead9eaf21
4 changed files with 31 additions and 23 deletions

View file

@ -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