Releases: pronebird/UIScrollView-InfiniteScroll
Releases · pronebird/UIScrollView-InfiniteScroll
1.3.0
- Handle scrolling when voiceOver is running (@r-dent)
1.2.0
- Fix various scroll issues on iOS 11+ where
adjustedContentInset
was introduced. (@pronebird)
- Add support for Swift PM. (@ksloginov)
1.1.0
Add support for horizontally scrolling views. (@Boerworz)
1.0.1
- 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
- Added programmatic way of starting infinite scroll handler
0.9.1
- 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)
0.9.0
- Solved longstanding issue with dynamic updates in table views (@intrepidmatt)
0.8.0
- Added a handler to conditionally prevent the infinite scroll from showing (@RyanBertrand)