pronebird / UIScrollView-InfiniteScroll

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

Don't change contentOffset on completion, if content is smaller than view bounds. #5

Closed skeeet closed 9 years ago

skeeet commented 9 years ago

Solves annoying jumping bug (1 small cell jumps to the bottom of view)

pronebird commented 9 years ago

Good catch!