UICollectionView:有没有办法只重新加载装饰视图?
UICollectionView: Is there a way to reload only the decoration views?
有没有办法只重新加载 UICollectionView 的装饰视图?
据我所知你不能,但你可以重新加载该部分,这也会重新加载 headers/footers
snapshot.reloadSections(snapshot.sectionIdentifiers)
有没有办法只重新加载 UICollectionView 的装饰视图?
据我所知你不能,但你可以重新加载该部分,这也会重新加载 headers/footers
snapshot.reloadSections(snapshot.sectionIdentifiers)