Confetti View
  • May 24, 2025

ConfettiView


Confetti View lets you create a magnificent confetti view in your app. This was inspired by House Party app’s login screen. Written in Swift 3 🙂

It reacts to the phone accelerometer therefore it’s better to run the example project on the device.

Usage


With Interface Builder

Simply pick a view and change it’s type to ConfettiView.
Programaticlly
ConfettiView is a subclass of UIView

let confettiView = ConffetiView()
self.view.addSubView(confettiView)

Controls
Start or stop the animation:

confettiView.stopAnimating()
confettiView.startAnimating()

By default the animation starts when the view is initialized

Installation


ConfettiView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod “ConfettiView”

GitHub


View Github

YOU MIGHT ALSO LIKE...
MijickPopups Hero

  Popups Alerts Resizable Sheets Banners

SwiftUI Tooltip

This package provides you with an easy way to show tooltips over any SwiftUI view, since Apple does not provide ...

SimpleToast for SwiftUI

SimpleToast is a simple, lightweight, flexible and easy to use library to show toasts / popup notifications inside iOS or ...

SSToastMessage

Create Toast Views with Minimal Effort in SwiftUI Using SSToastMessage. SSToastMessage enables you to effortlessly add toast notifications, alerts, and ...

ToastUI

A simple way to show toast in SwiftUI   Getting Started • Documentation • Change Log