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

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -