Skip to content

clOudbb/BannerView

Repository files navigation

支持自定义动画效果的Banner 可自定义page位置

新增各种动画效果,提升个性化! 具体动画类型在.h中有详细介绍 一句话调用,你值得拥有

使用方法如下

    self.bannersView = [BannersView initWithFrame:CGRect withURLArray:self.bannerArr animationType:kTransitionRippleEffect];
    [_bannersView initPageControlWithCenter];
    [_bannersView initNSTimerWithSecond:3.0f];
    
    __weak typeof(_bannersView)wBanners = _bannersView;
    _bannersView.imageTouchBlock = ^(NSInteger index){
        [wBanners printCountWithPage:0];
    };
    [self.view addSubview:_bannersView];

About

简单的轮播封装,调用方法在.h中声明很清晰

Resources

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors