LevisonNN / LNCustomScrollView

A ScrollView implemented with UIView. Not for production ,just for fun.

Repository from Github https://github.comLevisonNN/LNCustomScrollViewRepository from Github https://github.comLevisonNN/LNCustomScrollView

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,运动数值均为计算得出。

About

A ScrollView implemented with UIView. Not for production ,just for fun.

License:MIT License


Languages

Language:Objective-C 100.0%