Skip to content

mengxianliang/XLCycleCollectionView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

XLCycleCollectionView

利用UICollectionView实现的无限循环的轮播图效果

显示效果:

使用方法:

XLCycleCollectionView *cyleView = [[XLCycleCollectionView alloc] initWithFrame:CGRectMake(0, 20, self.view.bounds.size.width, 200)];
cyleView.data = @[@"Hello",@"world",@"!"];
[self.view addSubview:cyleView];

实现原理请参考我的博文

个人开发过的UI工具集合 XLUIKit

About

iOS 无限循环的轮播图

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published