ConfettiView
ConfettiView copied to clipboard
Confetti View lets you create a magnificent confetti view in your app
!!
I would like to add support for Carthage integration. Things that would need to be changed: - Xcode project made that targets a dynamic framework. - We could leave existing...
Please issue #8 for discussion.
Hi there, Great pod! I'm looking for a way to provide my own images. What I've done right now is this: **ImageView.swift** ``` import UIKit class ImageView: UIView { var...