Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 305 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 305 Bytes

JFCyclePageView

无限动滚视图

使用方法:导入#import "JFCyclePageScrollView.h"头文件

JFCyclePageScrollView * cyclepageView = [[JFCyclePageScrollView alloc]init];

[self.view addSubview:cyclepageView];

[self.view addSubview:cyclepageView.pageControl];

无限轮播图就添加完成了