新增各种动画效果,提升个性化! 具体动画类型在.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];
