I have a navigation bar with a title. When I double click the text to rename it, it actually says it\'s a navigation item, so it might be that.
I\'m trying to change
The code below works for me with Xcode 7:
override func viewDidLoad() { super.viewDidLoad() self.navigationItem.title = "Your Title" }