SheetKit
an extension library for SwiftUI sheets. (by fatbobman)
DynamicOverlay
A SwiftUI library that makes easier to develop overlay based interfaces, such as the one presented in the Apple Maps app. (by faberNovel)
Our great sponsors
SheetKit | DynamicOverlay | |
---|---|---|
2 | 1 | |
63 | 161 | |
- | 3.1% | |
0.0 | 0.0 | |
over 1 year ago | 2 months ago | |
Swift | Swift | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
SheetKit
Posts with mentions or reviews of SheetKit.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-09-16.
-
Enhance SwiftUI's Sheets with SheetKit
I have written a SwiftUI extension, SheetKit , to enhance the Sheet management capabilities.
DynamicOverlay
Posts with mentions or reviews of DynamicOverlay.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning DynamicOverlay yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
When comparing SheetKit and DynamicOverlay you can also consider the following projects:
SwiftUIX - Extensions and additions to the standard SwiftUI library.
bottom-sheet - ⬆️ A SwiftUI view component sliding in from bottom
NavigationViewKit - NavigationViewKit is a NavigationView extension library for SwiftUI.
Clean Architecture for SwiftUI + Combine - SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more.
AxisSheet - It is a library that handles the sheet view in 4 directions (.top, .bottom, .leading, .trailing) according to the axis mode. It supports iOS and macOS.