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.
Simply pick a view and change it's type to ConfettiView.
ConfettiView is a subclass of UIView
let confettiView = ConffetiView()
self.view.addSubView(confettiView)
Start or stop the animation:
confettiView.stopAnimating()
confettiView.startAnimating()
Check whether the animation is active:
confettiView.isAnimating
By default the animation starts when the view is initialized
ConfettiView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "ConfettiView"
Or Ron, or.ron10@gmail.com
ConfettiView is available under the MIT license. See the LICENSE file for more info.