CardsLayout

自定义卡片设计的 CollectionView 布局。「Custom card-designed CollectionView layout」

Github星跟踪图

CardsLayout

CardsLayout is a lightweight Collection Layout.

CocoaPods
Platform
Twitter
GitHub license

Preview

Installation

CocoaPods

You can use CocoaPods to install CardsLayout by adding it to your Podfile:

platform :ios, '9.0'
use_frameworks!
pod 'CardsLayout'
import CardsLayout

Manual

  1. Add CardsCollectionViewLayout file to your project
  2. Configure collectionView:
    collectionView.collectionViewLayout = CardsCollectionViewLayout()
    collectionView.isPagingEnabled = true
    collectionView.showsHorizontalScrollIndicator = false

主要指标

概览
名称与所有者filletofish/CardsLayout
主编程语言Swift
编程语言Swift (语言数: 2)
平台iOS, Mac
许可证MIT License
所有者活动
创建于2017-11-02 23:07:13
推送于2020-08-07 09:02:51
最后一次提交2018-07-25 14:02:03
发布数1
最新版本名称0.0.1 (发布于 )
第一版名称0.0.1 (发布于 )
用户参与
星数861
关注者数11
派生数63
提交数17
已启用问题?
问题数19
打开的问题数6
拉请求数2
打开的拉请求数2
关闭的拉请求数1
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?