SoySauceLab / CollectionKit

Reimagining UICollectionView
MIT License
4.4k stars 259 forks source link

Fix unexpected UIScrollView behavior #77

Closed humblehacker closed 6 years ago

humblehacker commented 6 years ago

This change ensures that the swizzled logic only applies to CollectionView and its subclasses.

I discovered this after experiencing unexpected behavior in an unrelated UIScrollView subclass after adding a CollectionView to my project.

humblehacker commented 6 years ago

The failing test is unrelated to my changes.

lkzhao commented 6 years ago

@humblehacker You are right. Thanks for the changes!