DZNEmptyDataSet
DZNEmptyDataSet copied to clipboard
the tableView set some section ,but not show it
#205 #293
For people who has the same issue, there is a way to walk around it by calling self.tableView.setContentOffset(CGPointZero, animated:false) before reload the tableView. This will scroll to the top of the tableView, hence prevent the EmptyDataSet being off the screen
same issue. had you fixed it? Thanks