new base list VC, refactor repo issues, fixes #493

This commit is contained in:
Ryan Nystrom
2017-10-05 22:28:58 +01:00
parent cdf70f51e6
commit 30c758b4ac
10 changed files with 241 additions and 145 deletions

View File

@@ -43,7 +43,7 @@ NewIssueTableViewControllerDelegate {
override func viewDidLoad() {
super.viewDidLoad()
navigationItem.backBarButtonItem = UIBarButtonItem(title: " ", style: .plain, target: nil, action: nil)
makeBackBarItemEmpty()
dataSource = self
bar.items = controllers.map { Item(title: $0.title ?? "" ) }