DZNEmptyDataSet icon indicating copy to clipboard operation
DZNEmptyDataSet copied to clipboard

the tableView set some section ,but not show it

Open thecanoe opened this issue 7 years ago • 2 comments

thecanoe avatar Mar 08 '17 07:03 thecanoe

#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

BlessNeo avatar May 03 '17 09:05 BlessNeo

same issue. had you fixed it? Thanks

Liaoworking avatar Jun 04 '19 11:06 Liaoworking