文件名称:CardsLayout:自定义卡片设计的CollectionView布局
文件大小:255KB
文件格式:ZIP
更新时间:2024-02-23 13:23:11
swift ios cards uikit collectionview
卡布局 CardsLayout是轻型的Collection Layout。 安装 可可豆 您可以使用安装CardsLayout将其添加到您的Podfile : platform :ios , '9.0' use_frameworks! pod 'CardsLayout' import CardsLayout 手册 将CardsCollectionViewLayout文件添加到您的项目 配置collectionView : collectionView. collectionViewLayout = CardsCollectionViewLayout () collectionView. isPagingEnabled = true collectionView. showsHorizontalScrollIndicator = false
【文件预览】:
CardsLayout-master
----Animation.gif(239KB)
----.swift-version(4B)
----CardsLayout.podspec(6KB)
----CardsExample()
--------CardsExample()
--------CardsExample.xcodeproj()
----LICENSE(1KB)
----README.md(998B)
----CardsCollectionViewLayout.swift(5KB)
----.gitignore(291B)