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

Popular posts from this blog

PHP while loop dynamic rowspan -

timer - Java TimerTask cancel -

android - How to read a column value in parse.com without accessing an object or a pointer -