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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T12:16:53+00:00 2026-06-14T12:16:53+00:00

If Editing mode is enabled for the tableview it shows a button titled Edit,

  • 0

If Editing mode is enabled for the tableview it shows a button titled Edit, when pressing it it changes the title to done

i was wondering if there is a way to change the Done Button title to something else ?

i already changed the title for the done button.

the code i used is

self.navigationItem.rightBarButtonItem = self.editButtonItem;
self.editButtonItem.title = @"Change";

Now The Edit is Change

How to make Done to something else ?

  • 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-14T12:16:54+00:00Added an answer on June 14, 2026 at 12:16 pm

    You can change the title of the edit button like this:-

    - (void)setEditing:(BOOL)editing animated:(BOOL)animated
    {
        // Make sure you call super first
        [super setEditing:editing animated:animated];
    
        if (editing)
        {
            self.editButtonItem.title = NSLocalizedString(@"Cancel", @"Cancel");
        }
        else
        {
            self.editButtonItem.title = NSLocalizedString(@"Edit", @"Edit");
        }
    }
    

    its working like edit:-

    enter image description here

    TO

    enter image description here

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

Sidebar

Related Questions

Is there any way to remove the minus sign when in editing mode and
I've enabled editing mode and moving cells around to allow users to position table
I am using mvc4 and have a telerik control grid with editing mode enabled.
Is there a web-side editing mode (Canvas editor) that comes with v5 like there
I am in the tableView editing mode. I have a checkmark in the left
When using rinari, rinari-minor-mode is enabled when editing any .rb file. Though, when opening
How to show a disclosure indicator button in table view editing mode . Thanks
When a table view goes into editing mode, it shows the delete controls on
Is it possible to have a uitableview that when in editing mode it shows
In the editing mode of one of my tableviews, I delete a row from

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.