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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T19:24:31+00:00 2026-05-31T19:24:31+00:00

I have a UITableViewController and UITableViewCell . This cell contains three text fields. Each

  • 0

I have a UITableViewController and UITableViewCell. This cell contains three text fields. Each text field has a tag. The cell is created as the following.

- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
{
    static NSString *CellIdentifier = @"reuseMyCell";

    cell = (TimeInserTableViewCell *) [tableView dequeueReusableCellWithIdentifier:CellIdentifier];
    if (cell == nil) {

        NSArray *topLevelObjects = [[NSBundle mainBundle] loadNibNamed:@"TimeInsertCell" owner:self options:nil];

        for (id currentObject in topLevelObjects){

            if ([currentObject isKindOfClass:[TimeInserTableViewCell class]]){
                cell =  (TimeInserTableViewCell *) currentObject;
                if ([cell.reuseIdentifier isEqualToString: CellIdentifier]) {

                    break;
                }

            }
        }
    }        

    cell.taskNameField.delegate=self;
    cell.startTime.delegate=self;
    cell.endTime.delegate=self;        

    return cell;
}

My problem is the following: when I enter text in the first text field and I scroll, the previous text field text is replacing in other cells too.

  • 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-31T19:24:32+00:00Added an answer on May 31, 2026 at 7:24 pm

    Check weather you are using reuse identifier in your custom cell IB.

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

Sidebar

Related Questions

I have a structure like this.... UITableViewController -> UITableViewCell -> UIView I need the
I have a class which subclasses the UITableViewCell. This cell will be used in
I am facing this very weird problem, I have created a custom UITableViewCell on
I have created a static table cell in a .xib, however when it is
I have a UITableViewController which creates dynamically re-sizeable cells. The cell changes the size
I've a UITableViewController with a lot of cell, but they all have the same
I have a UITableViewController with two IBOutlet's to two different UITableViewCell's that were made
I have a UITableViewController which has two sections. The first section shows a single
I have UITableViewController which contains a list of items. Now, I want the list
I have a class inherited from UITableViewController and this is also the root class.

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.