Swift Show -Titel in der Navigationsleiste programmatisch

override func viewDidLoad() {
     super.viewDidLoad()
     self.title = "Your title over here"
}
Fine Flatworm