Popularity
3.6
Declining
Activity
0.0
Stable
234
6
12

Code Quality Rank: L5
Programming language: Swift
License: MIT License
Tags: UI    
Latest version: v0.1.7

ConfettiView alternatives and similar libraries

Based on the "UI" category.
Alternatively, view ConfettiView alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ConfettiView or a related project?

Add another 'UI' Library

README

Version License Swift 3.0 Platform

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

Check whether the animation is active:

confettiView.isAnimating

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"

Author

Or Ron, [email protected]

@or_ron

License

ConfettiView is available under the MIT license. See the LICENSE file for more info.


*Note that all licence references and agreements mentioned in the ConfettiView README section above are relevant to that project's source code only.