
一个纯Kotlin实现的ScrollView,集IOS的UIScrollView和Android的NestedScrollView优点于一身
Feature:
- 双向滚动

- 嵌套滚动

- 缩放(zoomScale,minimumZoomScale,maximumZoomScale)

- 分页(pageingEnabled,类似ViewPager)

- 锁定方向(directionalLockEnabled)

- 居中(centerContent)

- contentInset

- contentInset

- contentOffset

- keyboardDismissMode
