LNCustomScrollView A ScrollView implemented with UIView. Not for production ,just for fun. And provides demos to coculate those dynamic parameters. 掘金地址 一个用于展示iOS的UIScrollView运动特性的Demo,包含了观察Decelerate、Bounces、PanGesture的Demo,一个用于优化Bounces参数的Demo,和最终做好的CustomScrollView。 没有使用动画库,例如:UIDynamic、POP、UIViewAnimation,只使用了一个UIView、一个PanGesture、一个CADisplayLink,运动数值均为计算得出。