FYCycleScrollView
简单无限循环轮播图
使用:
FYScrollView * imageCycleView = [[FYScrollView alloc]initWithFrame:CGRectMake(0, 200, self.view.bounds.size.width, 200)];
//加载本地图片
imageCycleView.localImages = @[@"01.jpeg",@"02.jpg",@"03.jpg",@"04.jpg",@"05.jpg"];