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 6928819
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T11:14:17+00:00 2026-05-27T11:14:17+00:00

I’m facing some problems in implementing a tableview, with Back, Edit and Add buttons

  • 0

I’m facing some problems in implementing a tableview, with “Back”, “Edit” and “Add” buttons on the navigation bar.
The tableview is reached by clicking on a row of another tableview, so the “Back” button is added automatically.
With the storyboard I’ve added the “Add” button to the navigation bar.
With code I’ve added the “Edit” button (I used code, since if I add the button with the storyboard, I don’t know how to reproduce the “Edit” standard behavior…):

self.navigationItem.leftBarButtonItem = self.editButtonItem;

The problem is that, in this way, the “Edit” button hides the “Back” button on the navigation bar.

At this point, I’ve two questions:

  1. Is it possible with storyboard to add a third button on the navigation bar?
  2. In case I’ve to do this programmatically, I know that I can do this as follows:

    UIButton *button = [UIButton buttonWithType: UIButtonTypeRoundedRect];
    [button setFrame:CGRectMake(width-90,6,50,30)];
    [button setTitle:@"Edit" forState:UIControlStateNormal];
    button.autoresizingMask = UIViewAutoresizingFlexibleLeftMargin;
    [self.navigationController.navigationBar addSubview:button];
    

But how can I implement via code the standard behavior of the “Edit” button? I mean, I click “Edit” and the button becomes “Done” and the rows become deletable…

Thanks in advance,
yassa

  • 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-27T11:14:18+00:00Added an answer on May 27, 2026 at 11:14 am

    First, the Apple docs say ‘you do not add subviews to a navigation bar directly’. Don’t know if this is enough to get the app bounced from the store, but it’s not considered “proper”.

    Second, you can add more than three buttons to a UINavigationItem in iOS 5 but not in iOS 4 or earlier.

    Finally, I’d leave the edit button top right and back top left. That’s where people expect them. If I wanted an add button (and are on iOS 5), I’d place it next to the edit button.

    Sorry; no help on storyboards. Don’t know anything about them.

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

Sidebar

Related Questions

link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have just tried to save a simple *.rtf file with some websites and
For some reason, after submitting a string like this Jack’s Spindle from a text
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I am currently running into a problem where an element is coming back from
I have some data like this: 1 2 3 4 5 9 2 6
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I want to count how many characters a certain string has in PHP, but
I would like to count the length of a string with PHP. The string
I am trying to understand how to use SyndicationItem to display feed which is

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.