Rightpoint / RZUtils

Rightpoint Commonly Used Tools
Other
123 stars 22 forks source link

RZCollectionTableView skips section headers/footers #164

Open andriichernenko opened 8 years ago

andriichernenko commented 8 years ago

RZCollectionTableView has a bug. On first reload, as soon as it encounters a section without header and footer (i.e. header/footer height is 0), any subsequent section footers and headers are not loaded (although their height is calculated correctly).

I have modified the demo app to demonstrate this problem: https://github.com/deville/RZCollectionTableView