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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T07:56:16+00:00 2026-05-20T07:56:16+00:00

I added the edit button in the navigationbar. it works well and delete the

  • 0

I added the edit button in the navigationbar. it works well and delete the cell. But , now i want to add the edit button to individaual cells to delete that cell only . what i mean that , if i have 5 cells enable in my tableview , i will add 5 edit buttons to them individaually.

Can u please anyone help me.

Thanks,

Chakradhar.

  • 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-20T07:56:16+00:00Added an answer on May 20, 2026 at 7:56 am
    -(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath*)indexPath {
        static NSString *CellIdentifier = @"Cell";    
    UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier];
        if (cell == nil) {
        cell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:CellIdentifier] autorelease];
    
        UIButton *btn=[UIButton  buttonWithType:UIButtonTypeCustom];
        btn.tag = 194;
        [btn setBackgroundColor:[UIColor clearColor]];
        [btn setBackgroundImage:[UIImage imageNamed:@"edit_image.png"] forState:UIControlStateNormal];
        [btn setFrame:CGRectMake(290, 15, 25, 25)];
        [btn addTarget:self action:@selector(editTable:) 
      forControlEvents:UIControlEventTouchUpInside];
        [cell.contentView addSubview:btn];      
    }
    
    cell.textLabel.textColor = [UIColor whiteColor];
    
    NSString *cellValue = [myArrayNew objectAtIndex:indexPath.row];
    
       cell.textLabel.text = cellValue;
       return cell; }
    
    -(void) editTable:(id) sender {
    
    UITableViewCell *clickedCell = (UITableViewCell *)[[sender superview] superview];
    NSIndexPath *clickedButtonPath = [self.tableView indexPathForCell:clickedCell]; }
    

    Try this code and reply me ……

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

Sidebar

Related Questions

I have a view based app that works well. (In other words, I'm not
I have a UIViewController, and within that view i have UITableView added in IB
I've added a button the my navigation bar like so: UIBarButtonItem *anotherButton = [[UIBarButtonItem
I have a script that generates img tags, and i want to make sure
In my iphone application i have added the Uitable view. While launching the application
So I have a wx.Frame to which I add a GLCanvas and some buttons.
I'm attempting to add wchar_t Unicode characters to an ncurses display in C. I
I have inherited some code that is not working as I think it should:
I have the following code in JQuery (JavaScript), and works fine in Chrome, Safari
Let me explain the problem: Various pages of my web application contain jQuery UI

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.