UIView(Confetti) Category Reference
| Declared in | UIView+Confetti.h UIView+Confetti.m |
Instance Methods
confettiAnimationWithCompletion:
Confetti animation with a completion block.
- (void)confettiAnimationWithCompletion:(void ( ^ ) ( BOOL complete ))completionParameters
- completion
A completion block called upon the animation ending.
Declared In
UIView+Confetti.hconfettiAnimationWithCompletion:numberOfRowsAndColumns:
Confetti animation with a completion block.
- (void)confettiAnimationWithCompletion:(void ( ^ ) ( BOOL complete ))completion numberOfRowsAndColumns:(NSInteger)rowsAndColumnsParameters
- completion
A completion block called upon the animation ending.
- rowsAndColumns
How the confetti is sliced.
Declared In
UIView+Confetti.h