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";
1.4m articles
1.4m replys
5 comments
57.0k users