Skip to content

sinexy/YXCarouselView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YXCarouselView

一个轻量级的轮播图,使用简单。

只用实现两个数据源方法和一个代理方法,基本可满足日常开发需要

- (NSInteger)numberOfItemsInCarouselView:(YXCarouselView *)carouselView;
- (UIView *)carouselView:(YXCarouselView *)carouselView viewForItemAtIndex:(NSInteger)index;
- (void)carouselView:(YXCarouselView *)carouselView didSelectedIndex:(NSInteger)index;

效果:

YXCarouselView

具体使用方法见 Demo

About

一个轻量级的轮播器

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published