12207480 / TYPagerController

page scroll view and controller,simple,high custom,and have many tabBar styles,,support Objective-C and swift
MIT License
1.37k stars 231 forks source link

scrollView滚动的animated写死了 #84

Closed PlayingXR closed 6 years ago

PlayingXR commented 6 years ago

TYPagerViewLayout.m 其中 - (void)scrollToItemAtIndex:(NSInteger)index animate:(BOOL)animate 传入animate,但是 [_scrollView setContentOffset:CGPointMake(index * CGRectGetWidth(_scrollView.frame),0) animated:NO]; 写死了

12207480 commented 6 years ago

故意的