Make your app snow with just a line of code!
The easiest way is to use CocoaPods. If you don't already, here's a guide.
pod 'FallingSnow', '~>1.0.0'
To make your whole App snow, in your AppDelegate
:
[self.window makeItSnow];
To make any particular view snow:
[myView makeItSnow];
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Felice did a ton of great work in getting the actual snowfall animation working. I based this work on his.