You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
before the OnSucces for your api add this code when all of the variable is ok =
DispatchQueue.main.async {
self.sections = self.sectionsData1
self.tableView.reloadData()
}
Hi there
I tried using reloadData() with collapsible table view, but it doesn't work which method should i use?
Best Regards
The text was updated successfully, but these errors were encountered: