Skip to content

Still having the tableView not being updates issue... #2

@tychop

Description

@tychop

You can make the problem more visible by inserting
printf(".");[NSThread sleepForTimeInterval:0.2];
After the [self.managedObjectContext save: NULL]; statement in the endPost method.
This should pause the thread after each element so you are able to see that the table is not being updated by the nsfetchedresultscontrollerdelegate methods…..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions