change refresh hints
This commit is contained in:
parent
577d21bf13
commit
670619d22b
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ class PasswordsViewController: UIViewController, UITableViewDataSource, UITableV
|
||||||
lazy var refreshControl: UIRefreshControl = {
|
lazy var refreshControl: UIRefreshControl = {
|
||||||
let refreshControl = UIRefreshControl()
|
let refreshControl = UIRefreshControl()
|
||||||
refreshControl.addTarget(self, action: #selector(PasswordsViewController.handleRefresh(_:)), for: UIControlEvents.valueChanged)
|
refreshControl.addTarget(self, action: #selector(PasswordsViewController.handleRefresh(_:)), for: UIControlEvents.valueChanged)
|
||||||
refreshControl.attributedTitle = NSAttributedString(string: "Sync Passwords")
|
refreshControl.attributedTitle = NSAttributedString(string: "Sync Password Store")
|
||||||
return refreshControl
|
return refreshControl
|
||||||
}()
|
}()
|
||||||
let searchBarView = UIView(frame: CGRect(x: 0, y: 64, width: UIScreen.main.bounds.width, height: 44))
|
let searchBarView = UIView(frame: CGRect(x: 0, y: 64, width: UIScreen.main.bounds.width, height: 44))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue