ios - DZNEmptyDataSet not working for Collection View? -
as says in title using dznemptydataset library uicollection view. tableview controller, have following in viewdidload
:
self.tableview.emptydatasetsource = self tableview.emptydatasetdelegate = self tableview.tablefooterview = uiview()
but collection view? there not seem similar tablefooterview
.
what right way go doing this?
Comments
Post a Comment