I'm using IGListKit in a way similar to the Load More example. I have a separate section controller for a separate view on top and a section controller for the data below. When there is no data, I have confirmed the emptyView(for listAdapter: ListAdapter) callback is hit but when I return a view such as a UILabel, it is not visible. However if I remove the top section, it is visible. So issue is narrowed down. Is there anything else I need to do to get this view to show?
New issue checklist
General information
I'm using
IGListKitin a way similar to the Load More example. I have a separate section controller for a separate view on top and a section controller for the data below. When there is no data, I have confirmed theemptyView(for listAdapter: ListAdapter)callback is hit but when I return a view such as aUILabel, it is not visible. However if I remove the top section, it is visible. So issue is narrowed down. Is there anything else I need to do to get this view to show?New issue checklist
READMEand documentationGeneral information
IGListKitversion: 3.4.0