KittenYang / KYAnimatedPageControl

A custom UIPageControl with multiple animations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

_factor = MIN(1, MAX(0, (ABS(scrollView.contentOffset.x - self.lastContentOffset) / scrollView.frame.size.width)));

Daniate opened this issue · comments

里面的MAX比较,后面是绝对值,总是>=0,与0再比较,没意义啊,完全可以去掉