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
In Swift 4:
Swift 4
override func viewDidLoad() { super.viewDidLoad() self.title = "Your title" }
I hope it helps, regards!