pronebird / UIScrollView-InfiniteScroll

UIScrollView ∞ scroll category
MIT License
1.06k stars 148 forks source link

Fix scrollview interface pollution #13

Closed pronebird closed 9 years ago

pronebird commented 9 years ago

We have excessive amount of dynamic properties, it gets painful to maintain them and (even though private) getters and setters pollute UIScrollView interface. I grouped all props into a single state class.