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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T11:46:24+00:00 2026-06-05T11:46:24+00:00

Here is a video with logging the index path in cell for row at

  • 0

Here is a video with logging the index path in cell for row at index path: (see new link below)

So, another weird one…
On my home iMac (brand new), when I run an Xcode project in the simulator for the first time, it runs fine. If I then quit out of the simulator and Xcode and then open up Xcode again and run it – (think of this as starting to work on the project again another day) – When I attempt to scroll any uitableview, the simulator redraws ALL the cells (it doesn’t seem to dequeue and reuse correctly). I know this because I am running NSLog when the cell is being drawn.

If I reset the setting in the simulator and then run it again – it scrolls smoothly.
I’ve tried completely uninstalling Xcode and reinstalling it to no avail.
I’m using Xcode 4.3.2.

Now, one might assume that this is something with the code BUT, get this:
I have another (brand new iMac) at the office. I have this Xcode project on dropbox so both copies are the same (office and home). In the office, I do NOT have this weird scrolling problem… everything works correctly.

The only difference between the two macs (both are 27 inch and have 16gb RAM) is the hdd –
The office mac has a 1tb 7200 RPM drive. My home mac has an SSD from Apple.

I have no clue what could be causing this… It’s REALLY frustrating.
I’m not against wiping my home mac and starting over but that’s a bit drastic.

Thoughts? I didn’t post code because running the same code on 2 different computers yields different results, so the code doesn’t seem to be the issue.

UPDATING WITH CODE – and video http://ge.tt/4ZuZ9mI/v/0

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

            static NSString *CellIdentifier = @"dateCell";

            FEDateCell *cell = (FEDateCell *) [tableView dequeueReusableCellWithIdentifier:CellIdentifier];
            if (cell == nil) {
                [[NSBundle mainBundle] loadNibNamed:@"FEDateCell" owner:self options:nil];
                cell = dateCell; 
                [cell setClipsToBounds:YES];
            }
            PFObject *eventObj = [self.itemsList objectAtIndex:indexPath.row];
            //Get cell date from row
            NSDate *currentDate = [eventObj objectForKey:@"startDate"];

            cell.cellDate = currentDate;
            cell.eventsArray = [NSArray arrayWithObject:eventObj];

            [dateFormatter setDateFormat:@"dd"];
            cell.dayNumber.text = [dateFormatter stringFromDate:cell.cellDate];
            [dateFormatter setDateFormat:@"EEE"];
            cell.dayName.text = [dateFormatter stringFromDate:cell.cellDate];


            [cell updateCellData];

            return cell;
        }
  • 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-05T11:46:25+00:00Added an answer on June 5, 2026 at 11:46 am

    After much deliberation, I decided to completely wipe the iMac and do a clean install.
    Now, while I JUST performed the clean install (which, in affect, would be the same as resetting the content and settings in iOS simulator) – it appears that the issue has gone away. Now, I’m not certain of this as I just performed the clean install, but again, I have closed and reopened Xcode multiple times, rebooted a few times and the issue has not returned.

    REALLY annoying that it came to formatting the system and starting from scratch, but whatever. At least it’s working.

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

Sidebar

Related Questions

here is a link ! This link has Video and i want to display
Link here: YouTube Video I'm curious and thinking for a long time now I
I am Developing an application which consists of video-view,Here is my problem when I
Here is a part of my html code (video urls marked with a django-template
Im having problems getting at the HTML5 video tag with jQuery. Here is my
I'm trying to write a video using opencv's VideoWriter. Here's code: int main() {
I would like to play/pause video using jquery. Here is my code: (function ($)
I am using youtube's .NET API to retrieve video feeds, here is the code:
I was watching this video here , where Robert Nicholson discusses P8, an implementation
Here is a video of the problem: http://youtu.be/Jid0PO2HgcU I have a problem when trying

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.