KelvinJin / AnimatedCollectionViewLayout

A UICollectionViewLayout subclass that adds custom transitions/animations to the UICollectionView without effecting your existing code.
MIT License
4.74k stars 350 forks source link

BugFix: layoutAttributes needs compare existing properties in addition to custom properties #9

Closed zhongwuzw closed 7 years ago

zhongwuzw commented 7 years ago

BugFix: layoutAttributes needs compare existing properties in addition to custom properties

KelvinJin commented 7 years ago

Nice catch. Thanks!