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 334 forks source link

崩溃问题 #42

Closed CNDEVE closed 6 years ago

CNDEVE commented 6 years ago

你好,如果我在某个页面用到了轮播,但是这个页面需要在- (void)scrollViewDidScroll:(UIScrollView *)scrollView {

} 这个方法里做某些事情,只要用到你的框架实现轮播的页面实现- (void)scrollViewDidScroll:(UIScrollView *)scrollView {

}这个代理方法就会崩溃呢?

12207480 commented 6 years ago

不要用scrollview的代理 PagerView本身就有类似的代理方法- (void)pagerViewDidScroll:(TYCyclePagerView *)pageView;