KelvinJin / AnimatedCollectionViewLayout

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

XCode 10 GM and Swift 4.2 support fails to compile #43

Closed jlaws closed 5 years ago

jlaws commented 5 years ago

AnimatedCollectionViewLayout.swift:78:33: 'UICollectionViewScrollDirection' has been renamed to 'UICollectionView.ScrollDirection'

KelvinJin commented 5 years ago

Xcode 10 with Swift 4.2 support is now released. Thanks for submitting the issue!

jlaws commented 5 years ago

Works great, thank you!