Texture icon indicating copy to clipboard operation
Texture copied to clipboard

How to hide a supplementary view in ASCollectionNode other than reloadData?

Open mlch911 opened this issue 8 months ago • 0 comments

I have a footer in ASCollectionNode. I want to hide this footer after loading more data. But I can't hide it other than reloadData. I have tried these ways:

reloadSections
relayoutItems
performBatchUpdates

I can change its size by the value returned in sizeRangeForFooterInSection. But once I return ASSizeRangeZero, the old footer wouldn't change at all.

mlch911 avatar Jun 09 '25 11:06 mlch911