TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
A snowy UIView overlay to make your apps Christmassy!
The easiest way is to use CocoaPods. If you don't already, here's a guide.
pod 'VENSnowOverlayView', '~>0.1.0'
VENSnowOverlayView *snowOverlay = [[VENSnowOverlayView alloc] initWithFrame:self.view.frame];
[self.view addSubview:snowOverlay];
[snowOverlay beginSnowAnimation];
git checkout -b my-new-feature
)git commit -am 'Added some feature'
)git push origin my-new-feature
)Felice did a ton of great work in getting the actual snowfall animation working. I based this work on his.