Ramotion/expanding-collection

ReloadData does not call cellForRowAtIndexPath?

iphonerose opened this issue · 1 comments

This works just fine when I have an array I pass in and it displays cells correctly. But i have a flow where the tableviews data source needs to be reloaded after making a REST call.

I am printing out number of row in section and seeing the correct numbers after I call dispatchQueue.main.async { self.tableView.reloadData();} but I never get into the cellForRowAtIndexPath method after calling reloadData??