We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15261df commit cea53f8Copy full SHA for cea53f8
catalog/MDCCatalog/NodeViewController.swift
@@ -42,6 +42,12 @@ class NodeViewController: UITableViewController {
42
super.init(coder: aDecoder)
43
}
44
45
+ override func viewWillAppear(animated: Bool) {
46
+ super.viewWillAppear(animated)
47
+
48
+ self.navigationController?.setNavigationBarHidden(false, animated: animated)
49
+ }
50
51
// MARK: UITableViewDataSource
52
53
override func tableView(tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
0 commit comments