Declared in UIView+Confetti.h
UIView+Confetti.m

Overview

Play a special confetti animation.

Instance Methods

confettiAnimationWithCompletion:

Confetti animation with a completion block.

- (void)confettiAnimationWithCompletion:(void ( ^ ) ( BOOL complete ))completion

Parameters

completion

A completion block called upon the animation ending.

Declared In

UIView+Confetti.h

confettiAnimationWithCompletion:numberOfRowsAndColumns:

Confetti animation with a completion block.

- (void)confettiAnimationWithCompletion:(void ( ^ ) ( BOOL complete ))completion numberOfRowsAndColumns:(NSInteger)rowsAndColumns

Parameters

completion

A completion block called upon the animation ending.

rowsAndColumns

How the confetti is sliced.

Declared In

UIView+Confetti.h

rainConfetti

Play a confetti animation

- (void)rainConfetti

Declared In

UIView+Confetti.h