CellForRowAtIndexPath is not invoked

后端 未结 2 1386
走了就别回头了
走了就别回头了 2021-01-29 14:51

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

2条回答
  •  悲哀的现实
    2021-01-29 15:28

    Once check that you reframed the tableview in ViewWillAppear. Some times if we set out of frame, CellForRowAtIndexPath will not call.

提交回复
热议问题