Commit e5fbefa
Fix unexpected UIScrollView behavior (#77)
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.1 parent adbb08d commit e5fbefa
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments