I have an application which uses a main story board to include a Navigation Controller where the main view is a Table View using a prototype cell content. Each cell in the
If you have a tab bar controller, try this:
self.tabBarController.navigationItem.title = @"Title";