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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T01:41:38+00:00 2026-05-23T01:41:38+00:00

how can i remove datas from my table vie on a button click. i

  • 0

how can i remove datas from my table vie on a button click.
i added 5 images in to my table view .next time i am adding only 3 images but the last 4 and 5 images will not remove from my table view . can any one provide me a good way to do it.

my code is

 (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {


 static NSString *CellIdentifier = @"Cell";

 UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier];
 if (cell == nil) {
  cell = [[[UITableViewCell alloc] initWithFrame:CGRectZero reuseIdentifier:CellIdentifier] autorelease];
 }


      if(indexPath.row == 0)
      {
       UIImageView *imageView1 = [[UIImageView alloc] initWithFrame:CGRectMake(0,5,100,125)];

       if([imageArray count]>0)
       {
       imageView1.image = [imageArray objectAtIndex:0];
       [cell.contentView addSubview:imageView1];
       [imageView1 release];
       }
       if([imageArray count]>1)
       {
       UIImageView *imageView2 = [[UIImageView alloc] initWithFrame:CGRectMake(150,5,100,125)];
       imageView2.image = [imageArray objectAtIndex:1];
       [cell.contentView addSubview:imageView2];
       [imageView2 release];
       }
       if([imageArray count]>2)
       {
       UIImageView *imageView3 = [[UIImageView alloc] initWithFrame:CGRectMake(310, 5, 100, 125)];
       imageView3.image = [imageArray objectAtIndex:2];
       [cell.contentView addSubview:imageView3];
       [imageView3 release];
       }
       if([imageArray count]>3)
       {
       UIImageView *imageView4 = [[UIImageView alloc] initWithFrame:CGRectMake(460,5,100,125)];
       imageView4.image = [imageArray objectAtIndex:3];
       [cell.contentView addSubview:imageView4];
       [imageView4 release];
       }

      }
      else if(indexPath.row == 1)
      {
       if([imageArray count]>4)
       {
       UIImageView *imageView5 = [[UIImageView alloc] initWithFrame:CGRectMake(0,5,100,125)];
       imageView5.image = [imageArray objectAtIndex:4];
       [cell.contentView addSubview:imageView5];
       [imageView5 release];
       }
       if([imageArray count]>5)
       {       
       UIImageView *imageView6 = [[UIImageView alloc] initWithFrame:CGRectMake(150,5,100,125)];
       imageView6.image = [imageArray objectAtIndex:5];
       [cell.contentView addSubview:imageView6];
       [imageView6 release];
       }

       if([imageArray count]>6)
       {
       UIImageView *imageView7= [[UIImageView alloc] initWithFrame:CGRectMake(310, 5, 100, 125)];
       imageView7.image = [imageArray objectAtIndex:6];
       [cell.contentView addSubview:imageView7];
       [imageView7 release];
       }

and on a button click i am removing all object from my array. and adding only 3 images to it.
then calling myTableView.reloadData();

but the first three is changing and remaining 4 & 5 are still there not removing.

  • 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-23T01:41:39+00:00Added an answer on May 23, 2026 at 1:41 am

    Just a hunch, but you might want to check your implementation of tableView:numberOfRowsInSection:

    Please post that if you’re still having trouble.

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

Sidebar

Related Questions

Can you remove an item from a List<> whilst iterating through it? Will this
Is there a way I can remove null or empty keys from a query
I have displayed the datas in grouped table view. The data's are displayed in
When I update a table from a Form through Autogenerated EF, if I remove
I need to programmatically add and remove rows from a Word 2010 table. Unfortunately
I'm trying to pull in data from a remote SQL Server. I can access
One can remove all calls to printf() using #define printf . What if I
Is there a way I can remove the background bar image in the SeekBar
I was wondering if when using the datagridview control you can remove the thing
Any one can share the mainfest.xml. How to set it? then can remove the

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.