- (void)setTotalPagesCount:(NSInteger (^)(void))totalPagesCount
{
_totalPageCount = totalPagesCount();
if (_totalPageCount > 0) {
[self configContentViews];
[self.animationTimer resumeTimerAfterTimeInterval:self.animationDuration];
}
}
self.mainScorllView.totalPagesCount = ^NSInteger(void){
return imgNums;
};
imgNums是定义的一个变量