12207480 / TYCyclePagerView

a simple and usefull cycle pager view ,and auto scroll banner view(轮播图) ,include pageControl for iOS,support Objective-C and swift
MIT License
1.81k stars 333 forks source link

滚动crash #76

Closed xiuqiao closed 5 years ago

xiuqiao commented 5 years ago

当代理实现了scrollViewDidScroll 时校验代理实现的的方法为 _delegateFlags.pagerViewDidScroll = [delegate respondsToSelector:@selector(scrollViewDidScroll:)]; 因此该标示为 YES 调用时调用的是 pagerViewDidScroll: 不是校验的方法 if (_delegateFlags.pagerViewDidScroll) { [_delegate pagerViewDidScroll:self]; }

12207480 commented 5 years ago

最新版本已经改了的