CardsLayout

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

Github stars Tracking Chart

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

Main metrics

Overview
Name With Ownerfilletofish/CardsLayout
Primary LanguageSwift
Program languageSwift (Language Count: 2)
PlatformiOS, Mac
License:MIT License
所有者活动
Created At2017-11-02 23:07:13
Pushed At2020-08-07 09:02:51
Last Commit At2018-07-25 14:02:03
Release Count1
Last Release Name0.0.1 (Posted on )
First Release Name0.0.1 (Posted on )
用户参与
Stargazers Count860
Watchers Count11
Fork Count63
Commits Count17
Has Issues Enabled
Issues Count19
Issue Open Count6
Pull Requests Count2
Pull Requests Open Count2
Pull Requests Close Count1
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private