Archived
Wrapped view controllers in navigation controllers to add large titles, added "Last updated" string in information view controller
This commit is contained in:
@@ -9,11 +9,10 @@
|
||||
import UIKit
|
||||
|
||||
class GeneralViewController: PlanViewController {
|
||||
|
||||
@IBOutlet weak var toolbar: UINavigationBar!
|
||||
|
||||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
self.navigationController?.navigationBar.topItem?.title = NSLocalizedString("avh_plan", comment: "")
|
||||
}
|
||||
|
||||
override func getViewType() -> String {
|
||||
@@ -27,10 +26,6 @@ class GeneralViewController: PlanViewController {
|
||||
override func getFromDatabase() -> [SubstModel] {
|
||||
return df.getFromDatabase()
|
||||
}
|
||||
|
||||
override func getToolbarBottomAnchor() -> NSLayoutYAxisAnchor {
|
||||
return toolbar.bottomAnchor
|
||||
}
|
||||
|
||||
/*
|
||||
// MARK: - Navigation
|
||||
|
||||
Reference in New Issue
Block a user