You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`SwiftUIPager` stops supporting a binding in its initializer and will take a `Page` instead. This allows `Pager` to move even more smoothly than before. Use one of the convenience method to initialize a new `Page`: `firstPage()` or `withIndex(_:)`. It's not required but if modifying the page `index` was need then the object must be wrapped into `StateObject` or `ObservedObject` depending on the needs.
2
-
3
-
### Features
4
-
- New modifier `onPageWillChange`
5
-
6
1
### Fixes
7
-
-#170 Page index resetting in nested `Pager`
8
-
-#172 Pages don't seem to be clipped
9
-
- Fixed `onPageChanged` call too many times and before animation is over
0 commit comments