Create fun animated confetti views with ease!
Use Swift Package Manager to install this package:
https://github.com/benlmyers/confetti-view
In your View, first import ConfettiView
:
import ConfettiView
Place the ConfettiView
in a ZStack
with your other content to display a fun confetti animation when the view appears!
var body: some View {
ZStack {
SomeContentView()
ConfettiView()
}
}
If this package receives attention, I will continue to add features to this.
Please make your feature requests using the GitHub Issues system!
This project has been adapated from this repo, with some modifications. Credits go to the original author!