-
Couldn't load subscription status.
- Fork 51
Open
Description
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?
coharness
Metadata
Metadata
Assignees
Labels
No labels