try to use username and password credential to clone repository

This commit is contained in:
Bob Sun 2017-01-24 01:49:55 +08:00
parent f24b2d171a
commit beed218947
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4
6 changed files with 139 additions and 27 deletions

View file

@ -44,7 +44,7 @@ class PasswordsTableViewController: UITableViewController {
searchController.dimsBackgroundDuringPresentation = false
definesPresentationContext = true
tableView.tableHeaderView = searchController.searchBar
tableView.scrollToRow(at: IndexPath(row: 0, section: 0), at: UITableViewScrollPosition.top, animated: false)
// tableView.scrollToRow(at: IndexPath(row: 0, section: 0), at: UITableViewScrollPosition.top, animated: false)
}
func filterContentForSearchText(searchText: String, scope: String = "All") {