iOS Confetti View π
let confettiView = KConfettiView(frame: self.view.bounds)
confettiView.setup()
view.addSubview(confettiView)
.coefficient
.cellCount
.image
.color
.defaultConfettiSize
confettiView.remove()
Usage is provided under the MIT License. See LICENSE for the full details.