Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9134195
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T08:37:02+00:00 2026-06-17T08:37:02+00:00

Trying to modify title in a UINavigationItem // this modify the title self.navigationItem.title =

  • 0

Trying to modify title in a UINavigationItem

// this modify the title
self.navigationItem.title    = @"Any title";
// this does not
navigationItem.title    = @"Any title";

Why?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T08:37:02+00:00Added an answer on June 17, 2026 at 8:37 am

    navigationItem is not the object it’s using. self.navigationItem is a readonly property created on demand when using a UIViewController with a UINavigationController. You can certainly create custom UINavigationItem but thats often frowned upon in a standard UINavigationController setup, and you shouldn’t need to.

    As for self.title, its merely a shortcut to self.navigationItem.title. The reason for the shortcut is it can be used elsewhere in other containment types if necessary including you own custom containers.

    If you deconstruct what is happening. it is likely that this is happening, loading your title if you access a navigationItem, which a basic UINavigationController would:

    - (UINavigationItem)navigationItem
    {
        if (!_navigationItem) {
            _navigationItem = [[UINavigationItem alloc] initWithTitle:self.title];
        }
    
        return _navigationItem;
    }
    

    You can read more on what Apple has to say about it here: http://developer.apple.com/library/ios/#documentation/uikit/reference/UIViewController_Class/Reference/Reference.html#//apple_ref/occ/instp/UIViewController/navigationItem

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to modify content of an iframe but it does not work.
I am trying to modify the android lvl library and as part of this
I am trying to modify the PDF metadata (title, author, etc.) of an existing
Just like the title suggests, I'm trying to parameterize the XPath for a modify()
I'm trying to modify an example in this website . I run this example
Please excuse the poor title - not sure how to phrase what I'm trying
I'm trying to modify this example on making a live updating list to integrate
As the title states,I am trying to implement and modify rotate banner module such
I'm trying to modify an svg tag with javascript to make it resizable, but
I am trying to modify an Integer field on existing table from nullable to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.