try to use username and password credential to clone repository
This commit is contained in:
parent
f24b2d171a
commit
beed218947
6 changed files with 139 additions and 27 deletions
|
|
@ -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") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue