All Versions
15
Latest Version
Avg Release Cycle
159 days
Latest Release
1157 days ago

Changelog History
Page 1

  • v1.2.0 Changes

    February 14, 2021
    • ๐Ÿ›  Fix various scroll issues on iOS 11+ where adjustedContentInset was introduced. (@pronebird)
    • โž• Add support for Swift PM. (@ksloginov)
  • v1.1.0 Changes

    April 15, 2018

    โž• Add support for horizontally scrolling views. (@Boerworz)

  • v1.0.2 Changes

    July 22, 2017
  • v1.0.1 Changes

    April 12, 2017
    • ๐Ÿ›  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)
  • v1.0.0 Changes

    December 20, 2016
    • โž• Add programmatic way of starting infinite scroll handler (@pronebird)
  • v0.9.1 Changes

    July 03, 2016
    • ๐Ÿ›  Fixed issue with activity indicator teleportation in table views
    • ๐Ÿ›  Fixed issue when bounce back animation wouldn't properly complete due to user interactions
    • ๐Ÿ›  Fixed nullability attribute for -setShouldShowInfiniteScrollHandler:
    • โž• Added trigger offset, see -infiniteScrollTriggerOffset (@GorkaMM)
  • v0.9.0 Changes

    June 27, 2016
    • โšก๏ธ Solved longstanding issue with dynamic updates in table views (@intrepidmatt)
  • v0.8.0 Changes

    June 19, 2016
    • โž• Added a handler to conditionally prevent the infinite scroll from showing (@RyanBertrand)
  • v0.7.4 Changes

    March 09, 2016
    • โž• Add carthage support (@takeshig)
    • ๐Ÿ”จ Minor refactoring and demo app improvements (@pronebird)
  • v0.7.3 Changes

    August 18, 2015
    • โž• Add access to check loading status (Vlad @brightsider)