OK, I figured it out! Here’s what I am doing:
self.title = @"Title for TabBarItem"; // TabBarItem.title inherits the viewController's self.title
self.navigationItem.title = @"Title for NavigationBar";
the navigationBar
would inherit self.title, unless otherwise set using self.navigationItem.title
Related Contents:
- SplitView like Facebook app on iPhone
- Custom Animation for Pushing a UIViewController
- Removing viewcontrollers from navigation stack
- How can I pop a view from a UINavigationController and replace it with another in one operation?
- Prevent a UISearchDisplayController from hiding the navigation bar
- Can i pop to Specific ViewController?
- How to add a right button to a UINavigationController?
- How to set the text of a back button on a UINavigationBar? [duplicate]
- Prevent automatic popToRootViewController on double-tap of UITabBarController
- How to subclass UINavigationBar for a UINavigationController programmatically?
- iPhone UINavigation Issue – nested push animation can result in corrupted navigation bar
- iPhone Data Usage Tracking/Monitoring
- Syntax help – Variable as object name [duplicate]
- How can I animate the movement of a view or image along a curved path?
- How to hide uitabbarcontroller
- iPhone viewWillAppear not firing
- `[super viewDidLoad]` convention
- Can the UI Automation instrument be run from the command line?
- Landscape Mode ONLY for iPhone or iPad
- Real-time Pitch Shifting on the iPhone
- Universal iPhone/iPad application debug compilation error for iPhone testing
- Changing the size of the UISearchBar TextField?
- Embedding YouTube videos on
- Limit the number of lines for UITextview
- AVPlayerItem fails with AVStatusFailed and error code “Cannot Decode”
- Customizing UIAlertView
- How to add more details in MKAnnotation in iOS
- Tab Bar Application With Navigation Controller
- UIButton not showing highlight on tap in iOS7
- Break on EXC_BAD_ACCESS in Xcode?
- NSArray Equivalent of Map
- How to customize tableView separator in iPhone
- Can the iPhone SDK obtain the Wi-Fi SSID currently connected to?
- How to capture current view screenshot and reuse in code? (iPhone SDK)
- How to detect that animation has ended on UITableView beginUpdates/endUpdates?
- Large Text Being Cut Off in UITextView That is Inside UIScrollView
- Limit of localstorage on iPhone?
- Clearing purchases from iOS in-app purchase sandbox for a test user
- Calculate distance between two place using latitude-longitude in gmap for iPhone [duplicate]
- How to scroll UITableView to specific position
- How to get the center of the thumb image of UISlider
- Core-Data iPhone: could not locate an NSManagedObjectModel
- Changing language on the fly, in running iOS, programmatically
- Change width and colour of scroll bar in UITableView, iphone
- Sound overlapping with multiple button presses
- How to renew an iPhone development certificate?
- Is it possible for a UIWebView to save and autofill previously entered form values (e.g., username & password)?
- Adding Images to UIActionSheet buttons as in UIDocumentInteractionController
- iPhone: NSHTTPCookie is not saved across app restarts
- Problem using NSURLRequest to POST data to server