Skip to content

Tags: b5i/InfiniteScrollViews

Tags

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: unnecessary reset view controller (#5)

* Add checking condition before set view controllers

* Fix build error

* feat: remove Equatable requirement for PagedInfiniteScrollView

---------

Co-authored-by: Antoine Bollengier <[email protected]>

v1.1.1

Toggle v1.1.1's commit message
Fixed layout issue in `NSPagedInfiniteScrollView`.

v1.1.0

Toggle v1.1.0's commit message
Fixed compilation.

v1.0.2

Toggle v1.0.2's commit message
Fixed background color appearing in subviews.

v1.0.1

Toggle v1.0.1's commit message
Fixed edge case

Fixed problem happening when the elements don't take more than the screen size.

v1.0.0

Toggle v1.0.0's commit message
Fixed important problem when displaying for cases where ChangeIndex =…

… nil

- Fixed an important problem happening when displaying the content at
  the end of lists (does not apply for unlimited lists like calendars)

v1.0.0-beta

Toggle v1.0.0-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added new modifiers to README.md

v1.0.0-alpha

Toggle v1.0.0-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added documentation