Skip to content

Releases: pronebird/UIScrollView-InfiniteScroll

0.7.3

03 Jul 20:29
Compare
Choose a tag to compare

0.7.2

03 Jul 20:30
Compare
Choose a tag to compare
  • Optimize the use of dynamic properties by grouping them into single state object
  • Add Swift demo app
  • Refine Objective-C demo app

0.7.1

03 Jul 20:30
Compare
Choose a tag to compare
  • Fix indicator's position when contentSize < viewSize (@pronebird)

0.7.0

03 Jul 20:30
Compare
Choose a tag to compare
  • Accommodate bottom bar inset (@pronebird)
  • Add collection view demo (@pronebird)
  • Restart animations when custom indicator comes back from offscreen (@pronebird)
  • Drop previously deprecated infiniteIndicatorView (use infiniteScrollIndicatorView instead) (@pronebird)

0.6.0

03 Jul 20:30
Compare
Choose a tag to compare
  • Add option to setup indicator margin (@pronebird)
  • Convert certain methods to properties (@pronebird)
  • Change custom indicator implementation to pulse animation (@pronebird)
  • Deprecate infiniteIndicatorView in favor of newer infiniteScrollIndicatorView (@pronebird)

0.5.2

03 Jul 20:31
Compare
Choose a tag to compare
  • Don't change contentOffset on completion, if content is smaller than view bounds. Solves strange jumping bug. (Alex Shevchenko @skeeet)