I have deployed 2 Supplementary Views for Header and Footer views for my collection view.
Header '0' has UILabel text which dynamically sets data dynamically after transitioning to push secondary view controller.
But I am having problem that when UILabel in header loads again after returning and taking data from secondary view controller collection view get updated but Header and Footer Supplementary views has overlapping of old and new data...!!!
How to fix overlapping of data and 'Reload Supplementary Views' for Header and Footer?
3
1
3.8k