Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.
This repository was archived by the owner on Jun 19, 2024. It is now read-only.

Reloading the table #2

Description

@mrjjwright

I love this class, thanks so much! When reloading the table I get:

self.tableView.sections = [NSMutableArray array];
[self.tableView reloadData];

When switching between details views on the iPad this causes the sections & rows to flicker as they are reloaded. Is there another way to clear out the sections and reload without this flicker? I tried disabling animations but I can't figure out why the tableView doesn't draw in one pass.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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