Repo uses title/subtitle (#820)

This commit is contained in:
Ryan Nystrom
2017-10-31 23:59:36 -07:00
committed by GitHub
parent 18801a1064
commit e82e23df29

View File

@@ -65,6 +65,7 @@ NewIssueTableViewControllerDelegate {
)
rightItem.accessibilityLabel = NSLocalizedString("More options", comment: "")
navigationItem.rightBarButtonItem = rightItem
navigationItem.configure(title: repo.name, subtitle: repo.owner)
}
override func viewSafeAreaInsetsDidChange() {