Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Swiftuipager | 1,049 | 21 days ago | 94 | May 20, 2022 | 29 | mit | Swift | |||
Native Pager in SwiftUI | ||||||||||
Gltablecollectionview | 698 | 5 years ago | mit | Swift | ||||||
Netflix and App Store like UITableView with UICollectionView, written in pure Swift 4.2 | ||||||||||
Fapaginationlayout | 267 | 5 years ago | 7 | October 22, 2018 | 3 | mit | Swift | |||
Collection view pagination layout | ||||||||||
Sociableweaver | 67 | a year ago | mit | Swift | ||||||
Build declarative GraphQL queries in Swift. | ||||||||||
Ios Top Tab Navigation | 12 | a year ago | mit | Swift | ||||||
iOS-Top-Tab-Navigation | ||||||||||
Ios Firebase_pagination | 3 | 6 years ago | 1 | mit | Objective-C | |||||
SwiftUIPager provides a Pager
component built with SwiftUI native components. Pager
is a view that renders a scrollable container to display a handful of pages. These pages are recycled on scroll, so you don't have to worry about memory issues. Pager
will load just a handful of items, enough to beatifully scroll along.
Create vertical or horizontal pagers, align the cards, change the direction of the scroll, animate the pagination... Pager
lets you do anything you want.
pod 'SwiftUIPager'
In Xcode:
github "fermoya/SwiftUIPager"
NavigationLink
and Button
might work oddly with Pager
if pagingPriority(.simultaneous)
is used in SwiftUI 1.0 and iOS 13. This issue isn't reproducible in iOS 14 beta. For more information, follow this link.If you happen to encounter any problem or you have any suggestion, please, don't hesitate to open an issue or reach out to me at [email protected].
This is an open source code project, so feel free to collaborate by raising a pull-request or sharing your feedback.
If you love this library, understand all the effort it takes to maintain it and would like to support me, you can buy me a coffee by following this link:
You can also sponsor me by hitting the GitHub Sponsor button. All help is very much appreciated.
SwiftUIPager
is available under the MIT license. See the LICENSE file for more info.