change refresh hints

This commit is contained in:
Bob Sun 2017-02-04 15:00:34 +08:00
parent 577d21bf13
commit 670619d22b
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4

View file

@ -19,7 +19,7 @@ class PasswordsViewController: UIViewController, UITableViewDataSource, UITableV
lazy var refreshControl: UIRefreshControl = {
let refreshControl = UIRefreshControl()
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
}()
let searchBarView = UIView(frame: CGRect(x: 0, y: 64, width: UIScreen.main.bounds.width, height: 44))