项目介绍:
1、支持 CocoaPods 导入;
2、满足大部分首页广告视图;
GitHub: https://github.com/kingsic/SGAdvertScrollView
代码介绍
_advertScrollView.titles = @[@"常见电商类 app 滚动播放广告信息", @"采用代理模式封装, 可进行事件点击处理", @"建议去 github 上下载"];
_advertScrollView.delegate = self;
代理方法
- (void)advertScrollView:(SGAdvertScrollView *)advertScrollView didSelectedItemAtIndex:(NSInteger)index {
DetailViewController *nextVC = [[DetailViewController alloc] init];
[self.navigationController pushViewController:nextVC animated:YES];
}
更多内容请参考 Demo
代码下载地址