iPad Version | Mac Version
--|--
<img src="https://user-images.githubusercontent.com/11211914/79673521-af019380-821d-11ea-82f5-49d75e83d7c0.png" width="500"> | <img src="https://user-images.githubusercontent.com/11211914/79673482-7eb9f500-821d-11ea-93e0-60fc32e554ee.png" width="600">
Features
Availables
[x] Slidable and dismissable with drag gesture
[x] Variable height based on his content
[x] Allow scrollable contents
[x] Compatible with pickers
[x] Customizable colors
[x] Keyboard compatibility
[x] Landscape compatibility
[x] iOS compatibility
[x] iPad compatibility
[x] Mac compatibility
Nice to have
At the moment we developed all the most requested features, feel free to open an issue if you feel something is missing.
Version 3
The new version brings a lot of breaking changes and a lot of improvments:
A more SwiftUI way to call the PartialSheet.
Add support to scrollable content.
Add support to Material effect.
A new Button to avoid the rage tapping.
More Support for the pickers.
Installation
Requirements
iOS 15.0+ / macOS 12.0+
Xcode 13+
Swift 5+
Via Swift Package Manager
In Xcode 13 or grater, in you project, select: File > Add Pacakages.
In the search bar type PartialSheet and when you find the package, with the next button you can proceed with the installation.
If you can't find anything in the panel of the Swift Packages you probably haven't added yet your github account.
You can do that under the Preferences panel of your Xcode, in the Accounts section.
To use the Partial Sheet you need to follow just two simple steps
Attach the Partial Sheet instance to your Root View in you
rootView.attachPartialSheetToRoot()
Then in any view on the hierarchy you can use:
view
.partialSheet(isPresented: $isPresented) {
Text("Content of the Sheet")
}
You can also use the PSButton to avoid the rage tapping:
PSButton(
isPresenting: $isSheetPresented,
label: {
Text("Display the Partial Sheet")
})
Remember to always add import PartialSheet in every file you want to use the PartialSheet.
In the Example directory you can find more runnable examples with more complex structures.
Version 2
The new version brings a lot of new features and improvements, but for now I had to drop the compatibility with iOS systems before the 15.0. If you need you can still use the version 2 pointing to the correct tag in the Package Manager.
Ecosystem Role
Standard MoltPulse indexed agent.
Embed Badge
Show off your Pulse Score in your GitHub README to build trust and rank higher.