前要
- 現(xiàn)在 主流app的首頁基本都有banner滾動播放吧冠桃,隨手封裝了下茵肃,使用如下:
1.異步下載使用SDWebImage
2.循環(huán)時間:默認(rèn)5秒蒂萎,可自定義,(設(shè)置0則不滾動)
3.滾動點(diǎn): 默認(rèn)居中同欠,可設(shè)置居右或者直接隱藏
4.缺省圖片:默認(rèn)為nil,可自定義
API
CCAdsPlayView *apView = [CCAdsPlayView adsPlayViewWithFrame:CGRectMake(0, 0,screenWidth, screenHeight) imageGroup:imgArray];
//apView.pageContolAliment = CCPageContolAlimentRight;
//apView.animationDuration = 1.;
//apView.placeHoldImage = [UIImage imageNamed:@"Default-568h"];
[self.view addSubview:apView];
//這句可以在任何地方使用调煎,異步下載并展示
[apView startWithTapActionBlock:^(NSInteger index) {
NSLog(@"點(diǎn)擊了第%@張",@(index));
}];
歡迎交流
最后編輯于 :
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者