Skip to content

lukelark/Cardcollectionviewlayout

 
 

Repository files navigation

Cardcollectionviewlayout

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

image

使用方法:

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

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

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

About

custom UICollectionviewLayout to achieve card effect

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%