mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-05-28 15:23:54 +08:00
new base list VC, refactor repo issues, fixes #493
This commit is contained in:
@@ -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 ?? "" ) }
|
||||
|
||||
Reference in New Issue
Block a user