基本信息
源码名称:无限动画滚动
源码大小:2.12M
文件格式:.zip
开发语言:Swift
更新时间:2022-01-10
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

无限动画滚动



.
├── AnimatedCollectionViewLayout-master
│   ├── AnimatedCollectionViewLayout.podspec
│   ├── AnimatedCollectionViewLayout.xcodeproj
│   │   ├── project.pbxproj
│   │   ├── project.xcworkspace
│   │   │   └── contents.xcworkspacedata
│   │   └── xcshareddata
│   │       └── xcschemes
│   │           └── AnimatedCollectionViewLayout.xcscheme
│   ├── AnimatedCollectionViewLayout.xcworkspace
│   │   ├── contents.xcworkspacedata
│   │   ├── xcshareddata
│   │   │   └── IDEWorkspaceChecks.plist
│   │   └── xcuserdata
│   │       └── dingbs.xcuserdatad
│   │           └── UserInterfaceState.xcuserstate
│   ├── CHANGELOG.md
│   ├── CONTRIBUTING.md
│   ├── LICENSE
│   ├── Package.swift
│   ├── README.md
│   ├── Sources
│   │   └── AnimatedCollectionViewLayout
│   │       ├── AnimatedCollectionViewLayout.h
│   │       ├── AnimatedCollectionViewLayout.swift
│   │       ├── Animators
│   │       │   ├── CrossFadeAttributesAnimator.swift
│   │       │   ├── CubeAttributesAnimator.swift
│   │       │   ├── LinearCardAttributesAnimator.swift
│   │       │   ├── PageAttributesAnimator.swift
│   │       │   ├── ParallaxAttributesAnimator.swift
│   │       │   ├── RotateInOutAttributesAnimator.swift
│   │       │   ├── SnapInAttributesAnimator.swift
│   │       │   └── ZoomInOutAttributesAnimator.swift
│   │       ├── Info.plist
│   │       └── LayoutAttributesAnimator.swift
│   ├── Tests
│   │   ├── AnimatedCollectionViewLayoutTests
│   │   │   └── main.swift
│   │   ├── CheckCocoaPodsQualityIndexes.rb
│   │   └── Info.plist
│   └── iOS Example
│       ├── Source
│       │   ├── AnimatorTableViewController.swift
│       │   ├── AppDelegate.swift
│       │   ├── Assets.xcassets
│       │   │   ├── AppIcon.appiconset
│       │   │   │   └── Contents.json
│       │   │   ├── animal1.imageset
│       │   │   │   ├── 1411118252_green-cameleon_iphone.jpg
│       │   │   │   └── Contents.json
│       │   │   ├── animal2.imageset
│       │   │   │   ├── Contents.json
│       │   │   │   └── w-2055.jpg
│       │   │   ├── animal3.imageset
│       │   │   │   ├── Contents.json
│       │   │   │   └── w-3291.jpg
│       │   │   ├── nature1.imageset
│       │   │   │   ├── Contents.json
│       │   │   │   └── High-definition-desert-nature-wallpapers-for-iphone-mobile.jpg
│       │   │   ├── nature2.imageset
│       │   │   │   ├── Contents.json
│       │   │   │   └── Nature Wallpapers for iPhone 6 366.jpg
│       │   │   └── nature3.imageset
│       │   │       ├── Contents.json
│       │   │       └── Strawberry-growing-fruit-tree-green-nature-4k-750x1334.jpg
│       │   ├── Base.lproj
│       │   │   ├── LaunchScreen.storyboard
│       │   │   └── Main.storyboard
│       │   ├── ImageCollectionViewController.swift
│       │   └── Info.plist
│       └── iOS Example.xcodeproj
│           ├── project.pbxproj
│           ├── project.xcworkspace
│           │   └── contents.xcworkspacedata
│           └── xcshareddata
│               └── xcschemes
│                   └── iOS Example.xcscheme
├── __MACOSX
│   └── AnimatedCollectionViewLayout-master
│       ├── AnimatedCollectionViewLayout.xcodeproj
│       │   ├── project.xcworkspace
│       │   └── xcshareddata
│       │       └── xcschemes
│       ├── AnimatedCollectionViewLayout.xcworkspace
│       │   └── xcshareddata
│       ├── Sources
│       │   └── AnimatedCollectionViewLayout
│       │       └── Animators
│       ├── Tests
│       │   └── AnimatedCollectionViewLayoutTests
│       └── iOS Example
│           ├── Source
│           │   ├── Assets.xcassets
│           │   │   ├── AppIcon.appiconset
│           │   │   ├── animal1.imageset
│           │   │   ├── animal2.imageset
│           │   │   ├── animal3.imageset
│           │   │   ├── nature1.imageset
│           │   │   ├── nature2.imageset
│           │   │   └── nature3.imageset
│           │   └── Base.lproj
│           └── iOS Example.xcodeproj
│               ├── project.xcworkspace
│               └── xcshareddata
│                   └── xcschemes
└── 好例子网_AnimatedCollectionViewLayout-master.zip

57 directories, 50 files