i want to dynamically update the content of the header information in my UIColectionView but i do not want to reload the whole section because this i done very frequently.
Any ideas for an elegant solution?
Thanks
You can call setNeedsDisplay
on the UIView (your header view) rather than reloadData
or reloadSections:
on the UIColectionView.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With