Convert repo code browsing to base VC and IGLK (#1097)

This commit is contained in:
Ryan Nystrom
2017-11-27 13:08:44 -05:00
committed by GitHub
parent 7bc969a5f5
commit 3724798277
7 changed files with 194 additions and 108 deletions

View File

@@ -46,7 +46,7 @@ NewIssueTableViewControllerDelegate {
}
controllers += [
RepositoryIssuesViewController(client: client, repo: repo, type: .pullRequests),
RepositoryCodeDirectoryViewController(client: client, repo: repo, branch: repo.defaultBranch, path: "", isRoot: true)
RepositoryCodeDirectoryViewController.createRoot(client: client, repo: repo, branch: repo.defaultBranch)
]
self.controllers = controllers