SwiftUIPager

Native Pager in SwiftUI

MIT License

Stars
1.3K
Committers
14

Bot releases are hidden (Show)

SwiftUIPager - 1.10.0

Published by fermoya about 4 years ago

Features

  • New onDraggingStart modifier to get notified then the page-dragging starts
SwiftUIPager - 1.9.2

Published by fermoya about 4 years ago

Fixes

  • #88 Returning page negative on page changed callback
SwiftUIPager - 1.9.1

Published by fermoya about 4 years ago

Fixes

  • Dragging Velocity wasn't updating
SwiftUIPager - 1.9.0

Published by fermoya about 4 years ago

Features

  • #73 Adding multiplePagination to scroll multiple pages.
  • Adding option to repeat input elements in looping pagers

Fixes

  • #74 ScrollView in Pager causes pages to be partially seen when diagonal scroll
  • #76 Fixing preview not loading with Pager
SwiftUIPager - 1.9.0-beta.4

Published by fermoya about 4 years ago

Features

  • #73 Adding multiplePagination to scroll multiple pages.
  • Adding option to repeat input elements in looping pagers

Fixes

  • #74 ScrollView in Pager causes pages to be partially seen when diagonal scroll
SwiftUIPager - 1.9.0-beta.3

Published by fermoya about 4 years ago

Features

  • Adding multiplePagination to scroll multiple pages.
  • Adding option to repeat input elements in looping pagers

Fixed

  • Not normalizing dragging offset if multiple pagination is supported
SwiftUIPager - 1.9.0-beta.2

Published by fermoya over 4 years ago

Features

  • Added multiplePagination to scroll multiple pages.

Fixed

  • Not normalizing dragging offset if multiple pagination is supported
SwiftUIPager - 1.9.0-beta.1

Published by fermoya over 4 years ago

Features

  • Added multiplePagination to scroll multiple pages.
SwiftUIPager - 1.8.0

Published by fermoya over 4 years ago

Features

  • New modifier contentLoadingPolicy to select policy to use to load content.

Fixes

  • Reseting draggingOffset if App becomes active
SwiftUIPager - 1.8.0-beta.3

Published by fermoya over 4 years ago

Features

  • New modifier contentLoadingPolicy to select policy to use to load content.

Fixes

  • Reseting draggingOffset if App resigns active
SwiftUIPager - 1.8.0-beta.2

Published by fermoya over 4 years ago

Features

  • New modifier contentLoadingPolicy to select policy to use to load content.

Fixes

  • Reseting draggingOffset if App resigns active
SwiftUIPager - 1.8.0-beta.1

Published by fermoya over 4 years ago

Features

  • New modifier contentLoadingPolicy to select policy to use to load content.
SwiftUIPager - 1.7.0

Published by fermoya over 4 years ago

Features

  • New modifier pagingPriority to select among different priorities for the embedded DragGesture

Fixes

  • Optional linking in legacy documentation
SwiftUIPager - 1.6.2

Published by fermoya over 4 years ago

Fixes:

  • Crash in looping pager with no elements
SwiftUIPager - 1.6.1

Published by fermoya over 4 years ago

Fixes

  • Use when running on iOS 12 or lower devices
SwiftUIPager - 1.6.0

Published by fermoya over 4 years ago

Features

  • New modifier preferredPageSize
  • Support to XCFramework
  • Support to tvOS 13.0+
  • New examples
  • Documentation
SwiftUIPager - 1.6.0-beta.2

Published by fermoya over 4 years ago

Features

  • New modifier preferredPageSize
  • Support to XCFramework
  • New examples
  • Documentation
SwiftUIPager - 1.6.0-beta.1

Published by fermoya over 4 years ago

Features

  • New modifier preferredPageSize
  • New examples
  • Documentation
SwiftUIPager - 1.5.1

Published by fermoya over 4 years ago

Fixes

  • Looping Pager with few elements
  • DragGesture priority
SwiftUIPager - 1.5.0

Published by fermoya over 4 years ago

Features:

  • #35: New modifiers to disable / enable dragging
  • #22: New modifier to loop the pages

Fix:

  • #18: Pager embedded inside ScrollView
  • Glitch when too few elements to page

New Samples:

  • More complex cases added to the Example project