Skip to content

emptyDataSetShouldDisplay(... not called when insertRowsAtIndexPaths finishes. #24

@thejeff77

Description

@thejeff77

When insertRowsAtIndexPaths is called, the emptyDataSetShouldDisplay(... doesn't trigger, so cells are added to the table and the empty data set image remains.

Workaround:

                    self.beginUpdates()
                    self.insertRows(at: indexPaths, with: .right)
                    self.endUpdates()

Hope someone can give this a quick look-see!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions