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

  • SEARCH
  • Home
  • 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 6854091
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T01:35:27+00:00 2026-05-27T01:35:27+00:00

For one of my view controller (extends UITableViewController), I need to configure its back

  • 0

For one of my view controller (extends UITableViewController), I need to configure its back button text to “Back”. But the back button still shows up with parent view controller’s title (the default).

- (void)viewDidLoad
{
    ...
    self.navigationItem.backBarButtonItem = [[[UIBarButtonItem alloc] initWithTitle:@"Back" style:UIBarButtonItemStylePlain target:nil action:nil] autorelease];
}
  • 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-05-27T01:35:28+00:00Added an answer on May 27, 2026 at 1:35 am

    You need to set the back button on the view controller that pushed the class onto the stack e.g. the controller that created and pushed the class you are showing

    The docs for View Controller Programming Guide for iOS suggest that the UINavigationItems are kept in the Navigation Item Stack which provides the title and buttons for the current item on the stack.

    Importantly (I added bits in [])

    Although most of the navigation bar’s content is obtained from the topmost navigation item [in the navigation stack], a pointer to the back item [of the previous item in the stack] is maintained so that a back button (with the title of the preceding item) can be created.

    Looking at the docs under the Configuring the Navigation Item Object section there is a diagram which shows the stack and the backItem pointing to the item below the top item in the stack. In your case the top item in the stack would refer to the UINavigationItem for the class you are showing and the backItem will be a pointer to the class that pushed it.

    NB
    Look at that section in the docs an image is worth a thousand words

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

Sidebar

Related Questions

I have an integer variable ( time ) in one view controller whose value
I have the CakePHP stack in /var/www/site from one view under controller A I
When submitting one form from view, how can i also read or have controller
I need one of my controller actions to return a list of names, on
In one class I call $this->view() which will be handled by its extended class.
I have one view controller,in that i have 1 UIButton ,when i click on
I created my own custom view that extends UIControl. This custom view has its
I have one view controller set with one graph view and segmented control inside
I have to pass a value from one view-controller to another view-controller,my this code
I have a UIImagePickerController as one view in a TabBar setup. Is it possible

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.