I have a Navigation Bar in a view, and I want to change its Navigation Item title programmatically.
How is this done?
In your UIViewController
self.navigationItem.title = @"The title";
2.1m questions
2.1m answers
60 comments
57.0k users