I\'m writing an app hat has many views and I used sliding views library (ECSlidingViews). The problem is when I fill an array with objects and fill the table with t
ECSlidingViews
Once check that you reframed the tableview in ViewWillAppear. Some times if we set out of frame, CellForRowAtIndexPath will not call.
tableview
ViewWillAppear
CellForRowAtIndexPath