Ramotion / expanding-collection

:octocat: ExpandingCollection is an animated material design UI card peek/pop controller. iOS library made by @Ramotion

Home Page:https://www.ramotion.com/smartphone-app-development-ui-library-to-peek-and-pop-cards/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReloadData does not call cellForRowAtIndexPath?

iphonerose opened this issue · 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??