SkillAgentSearch skills...

Cardcollectionviewlayout

custom UICollectionviewLayout to achieve card effect

Install / Use

/learn @youxiaomingbai/Cardcollectionviewlayout
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Cardcollectionviewlayout

一个自定义的UICollectionviewLayout类 ,可以实现卡片式滚动效果,使用简单 扩展性强。

image

使用方法:

1.实例化:CardLayout *layout=[[CardLayout alloc]init];

       [layout setDelegate:self];//代理返回给控制器当前item.row

2.self.collectionV = [[TestCollectionView alloc]initWithFrame:frame collectionViewLayout:layout];

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated8y ago
Forks2

Languages

Objective-C

Security Score

55/100

Audited on Jan 3, 2018

No findings