Swiftpack.co - benlmyers/confetti-view as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by benlmyers.
benlmyers/confetti-view 1.1.2
A simple confetti view for apps using SwiftUI.
⭐️ 10
🕓 2 years ago
iOS
.package(url: "https://github.com/benlmyers/confetti-view.git", from: "1.1.2")

ConfettiView

Create fun animated confetti views with ease!

Social Preview

Installation

Use Swift Package Manager to install this package:

https://github.com/benlmyers/confetti-view

Usage

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()
  }
}

Future additions

If this package receives attention, I will continue to add features to this.

Please make your feature requests using the GitHub Issues system!

Credits

This project has been adapated from this repo, with some modifications. Credits go to the original author!

GitHub

link
Stars: 10
Last commit: 2 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

1.1.2
2 years ago

This update fixes issues on macOS and lightens package size.

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics