Skip to content

How do i reload the whole table? #50

@smarques84

Description

@smarques84

I have the content for the CollapsibleTableSectionViewController coming from an API and i have tried using several methods like the following:

DispatchQueue.main.async{
       self.tableView.reloadData()
       self.tableView.reloadSectionIndexTitles()
       self.tableView.reloadSections(NSIndexSet(index: 1) as IndexSet, with: .automatic)
}

None of these methods calls the CollapsibleTableSectionDelegate methods to reload everything so how can i reload everything?

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