标签:
//图片被点击事件,当前第几张图片被点击了,和数组顺序一致
__weak NewsgzzViewController *wself = self;
[TopScro setImageViewDidTapAtIndex:^(NSInteger index) {
printf("第%zd张图片\n",index);
// [self TapActiomindera:(int)index];
[wself TapActiomindera:(int)index];
}];
标签:
原文地址:http://www.cnblogs.com/gzz2016/p/5114051.html