
AnimatedCollectionViewLayout
KelvinJin
A UICollectionViewLayout subclass that adds custom transitions/animations to the UICollectionView without effecting your existing code.
AI 简介
这是一个为 iOS 平台 UICollectionView 提供可插拔式动画过渡效果的布局子类库。它通过自定义 UICollectionViewLayout 实现多种预置动画(如视差、缩放、旋转、卡片翻页、淡入淡出、立方体、分页等),无需修改现有 cell 或数据源代码,仅需替换 layout 并配置 animator 即可启用。基于 Swift 开发,兼容 iOS 9.0+,支持 CocoaPods、Carthage 和 Swift Package Manager 集成,适用于需要提升列表/网格滚动体验的原生 iOS 应用开发场景。
Swift
MIT License4.9k
Stars
346
Forks
67
Watchers
27
Issues
Star 增长
今日0
近 7 天0
近 30 天0
综合评分29.62
默认分支master