UIScrollView InfiniteScroll Versions Save

UIScrollView ∞ scroll category

1.3.0

1 year ago
  • Handle scrolling when voiceOver is running (@r-dent)

1.2.0

1 year ago
  • Fix various scroll issues on iOS 11+ where adjustedContentInset was introduced. (@pronebird)
  • Add support for Swift PM. (@ksloginov)

1.1.0

6 years ago

Add support for horizontally scrolling views. (@Boerworz)

1.0.2

6 years ago
  • Fixed documentation warnings (@musbaalbaki, @pronebird)

1.0.1

7 years ago
  • Fixed bug when there was weird animation which shifts offset (@rr-dw)
  • Retain contentOffset.x in scroll to top – based on @rr-dw's fix (@pronebird)

1.0.0

7 years ago
  • Added programmatic way of starting infinite scroll handler

0.5.2

7 years ago
  • Don't change contentOffset on completion, if content is smaller than view bounds. Solves strange jumping bug. (Alex Shevchenko @skeeet)

0.6.0

7 years ago
  • 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.7.0

7 years ago
  • 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.7.1

7 years ago
  • Fix indicator's position when contentSize < viewSize (@pronebird)