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

Added import-UIKit to UIView+Anchor.swift #27

Closed naldikt closed 7 years ago

naldikt commented 7 years ago

Added import statement to top of the file, otherwise compilation will fail if inclusion is done by copying over sources. Other swift files are already so.

KelvinJin commented 7 years ago

Cheers!